mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
* fix(nav): controller is initialized * fix(nav): transitioning state is a boolean not a timer long async promises in canLeave / canEnter can lead to a false negative of isTransitioning() It is key for the internal consistency of NavController to always know the correct state * fix(nav): returning Promise<false> in canLeave / canEnter works as expected * fix(nav): it is not allowed to pop all the views