You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Clicking the back button repeatedly can cause the navigation stack to accidentally pop the rootPage off of the DOM. resulting in a black screen.
What behavior are you expecting?
The click block element should function as expected, adding the class of 'click-block-active' when the back button is interacted with. Removing this class once the transition has completed.
I say this is a click-block issue since the back button shouldn't be able to be clicked more than once. It seems like multiple back clicks causes root page to be popped off the stack.
Steps to reproduce:
create a new ionic v2 start tabs project
create a button on a tab page that transitions to a subpage with a back button
add a bunch of images to the subpage so that their is heavy content
click the back button as fast as possible before the transition completes
Please note that this is not easily reproduced. You must be patient and hammer on the back button
Notice the root tab page will be removed from the DOM resulting in a black screen.
Short description of the problem:
Clicking the back button repeatedly can cause the navigation stack to accidentally pop the rootPage off of the DOM. resulting in a black screen.
What behavior are you expecting?
The click block element should function as expected, adding the class of 'click-block-active' when the back button is interacted with. Removing this class once the transition has completed.
I say this is a click-block issue since the back button shouldn't be able to be clicked more than once. It seems like multiple back clicks causes root page to be popped off the stack.
Steps to reproduce:
Please note that this is not easily reproduced. You must be patient and hammer on the back button
Notice the root tab page will be removed from the DOM resulting in a black screen.
![screen shot 2016-10-24 at 3 54 34 pm](https://cloud.githubusercontent.com/assets/6607883/19666909/3342a0ce-9a02-11e6-821b-738b916f1bb6.png)
Not 100% but this could be related to
8410
System information:
Cordova CLI: 6.3.1
Ionic Framework Version: 2.0.0-rc.1
Ionic CLI Version: 2.1.1
Ionic App Lib Version: 2.1.1
Ionic App Scripts Version: 0.0.36
ios-deploy version: 1.9.0
ios-sim version: 5.0.8
OS: Mac OS X El Capitan
Node Version: v6.8.0
Xcode version: Xcode 8.0 Build version 8A218a
The text was updated successfully, but these errors were encountered: