-
Notifications
You must be signed in to change notification settings - Fork 13.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Nav.pop()/remove() etc. does not call onDidDismiss() #8223
Milestone
Comments
This is very important to be fixed as soon as possible. With android go back button working properly this issue is more important than ever. |
manucorporat
changed the title
Modal.dismissAll() does not call onDidDismiss()
Nav.pop()/remove() etc. does not call onDidDismiss()
Dec 2, 2016
manucorporat
added a commit
to manucorporat/ionic
that referenced
this issue
Dec 2, 2016
manucorporat
added a commit
to manucorporat/ionic
that referenced
this issue
Dec 2, 2016
manucorporat
added a commit
to manucorporat/ionic
that referenced
this issue
Dec 3, 2016
adamdbradley
pushed a commit
that referenced
this issue
Dec 5, 2016
adamdbradley
pushed a commit
that referenced
this issue
Dec 5, 2016
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. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Dismissing modals, alerts, toasts or actionsheets by interacting directly with the NavController causes onDidDismiss() and onWillDismiss() to not be called.
Should we move the callbacks from ViewController.ts
to: nav-controller-base.ts ?
Use case, while trying to fix this issue #8219, I found out that
this.nav.popAll()
does not call the mentioned callbacks.ping @adamdbradley @brandyscarney
The text was updated successfully, but these errors were encountered: