-
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
Ionic 2 beta 11 navigation not working #7625
Comments
Hello! Thanks for opening an issue with us! Would you mind taking a look at this repo i made and giving it a try? Just click on the push new page button and it will cycle through pushing two pages and then popping to root. Unfortunately, I cannot seem to reproduce with this example. Also, our current sidemenu starter uses |
Hello, after further review I am going to close this issue as a duplicate of #7564. Thanks! |
Hi, we could reproduce the issue. It appers when you add LoadingController and an Ajax call. You can download the code from here: https://github.com/ferminmoli/Ionic-popToRoot |
It looks like the LoadingController is overriding the app nav, and it's loosing the navigation stack. |
Short description of the problem:
NavController is not working properly
What behavior are you expecting?
NavController redirects to a blank page after doing this.nav.popToRoot() or this.nav.setRoot()
Steps to reproduce:
Which Ionic Version? 2.0.0-beta.11
The text was updated successfully, but these errors were encountered: