-
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
2.0.0RC: White page when you push-pop pages too quickly. #8319
Comments
Hello, thanks for using Ionic! Would you mind providing a repo that I can use to reproduce this issue? |
I used the default tabs template and this.app.getRootNav().push(Page) / this.app.getRootNav().pop(). Press "Push" and "Pop" quickly and repeatedly to see the issue. Video: https://youtu.be/4RsvI2y2xUc |
Do I have to wait for the next release or how can I apply this patch myself? |
@manucorporat Thanks for the fix, however I found another occurrence. My system information: Cordova CLI: 6.1.1 |
Short description of the problem: If you have pages, for example (Page1 -> Page2 -> Page3) and you push a page an then pop quickly before the transition end using the navbar back button or other element occasionally occurs a white page.
I some cases I can avoid this issue using a flag variable that prevents multiples calls to nav.pop() but is not a very good solution.
The text was updated successfully, but these errors were encountered: