You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This issue is related to #1222 (which was fixed and closed).
The Android hardware back button navigates back while the loading overlay (from $ionicLoading) is displayed.
Personally I avoid this by making the back button close the loading (I use promises to know it's been closed or not), but in some cases it could be better to just ignore the back button.
Ideally I think there would be a sensible default (no action ?), and the possibility the add one's own callback.
What do you think ?
The text was updated successfully, but these errors were encountered:
Thanks for the issue! This issue is being locked to prevent comments that are not relevant to the original issue. If this is still an issue with the latest version of Ionic, please create a new issue and ensure the template is fully filled out.
This issue is related to #1222 (which was fixed and closed).
The Android hardware back button navigates back while the loading overlay (from $ionicLoading) is displayed.
Personally I avoid this by making the back button close the loading (I use promises to know it's been closed or not), but in some cases it could be better to just ignore the back button.
Ideally I think there would be a sensible default (no action ?), and the possibility the add one's own callback.
What do you think ?
The text was updated successfully, but these errors were encountered: