tkem / mopidy-mobile

Mopidy Web client extension and hybrid app for mobile devices
Apache License 2.0
78 stars 14 forks source link

Disable system "back" to Servers view #105

Closed tkem closed 9 years ago

tkem commented 9 years ago

Try location=replace for changing to playback.

tkem commented 9 years ago

Turns out location=replace doesn't seem to work with $ionicHistory, so using $ionicHistory.clearHistory() instead. Strangely, this doesn't work on initial server selection, so deferring this...

tkem commented 9 years ago

If this is not possible for some reason, at least selecting a new server should work as expected.

tkem commented 9 years ago

Seems to be a race condition somewhere deep in ionic/angular. Handle by "reconnecting" from startup page.