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
I just upgraded to ionic 0.9.26 (0.9.26-alpha-962) and removed my back button "hack" code as you now (for some time :)) support the hardware button within the framework.
Unfortunately without further tuning now the "navigate back on view stack" and "close modal/sheet"-functionality are both registered as listeners with the backbutton and get activated simultaneously producing unexpected behaviour.
From my point of view, handling this could be a responsibilty of $ionicPlatform where only one callback should be active at a time. Do you agree?
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.
Hi,
I just upgraded to ionic 0.9.26 (0.9.26-alpha-962) and removed my back button "hack" code as you now (for some time :)) support the hardware button within the framework.
Unfortunately without further tuning now the "navigate back on view stack" and "close modal/sheet"-functionality are both registered as listeners with the backbutton and get activated simultaneously producing unexpected behaviour.
From my point of view, handling this could be a responsibilty of $ionicPlatform where only one callback should be active at a time. Do you agree?
The text was updated successfully, but these errors were encountered: