-
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
ionViewCanLeave() breaks navigation on second call, causes blank screen #8408
Milestone
Comments
manucorporat
added a commit
to manucorporat/ionic
that referenced
this issue
Oct 3, 2016
manucorporat
added a commit
to manucorporat/ionic
that referenced
this issue
Oct 3, 2016
manucorporat
added a commit
to manucorporat/ionic
that referenced
this issue
Oct 4, 2016
manucorporat
added a commit
to manucorporat/ionic
that referenced
this issue
Oct 6, 2016
manucorporat
added a commit
to manucorporat/ionic
that referenced
this issue
Oct 8, 2016
manucorporat
added a commit
to manucorporat/ionic
that referenced
this issue
Oct 10, 2016
manucorporat
added a commit
to manucorporat/ionic
that referenced
this issue
Oct 10, 2016
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
ionic 2.0.0-RC0
The new ionViewCanLeave() breaks navigation. If user tries to go back once, it is blocked fine, however if on the second try of the back button also returns false, then when eventually returns true the navigation is broken and a blank white page displays.
Easy to produce, just create tutorial app via
ionic start MyIonic2Project tutorial --v2
Then add this code to the item-details.ts file, ItemDetailsPage class:
Then serve the app and click to item list page, then click on a row to view item-detail page, then click back button 3 times. You will end up with blank white page.
The text was updated successfully, but these errors were encountered: