-
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
Ionic2: White screen of death after fast sequence of taps #8677
Comments
Maybe the same issue: #8319 |
Problem seems to be solved in RC1. Thanks! |
here my list of package: i still having the whitescreen, the step how i reproduce
|
The issue was there on Ionic 1 (iOS), look here #6976 and apparently is still there on Ionic 2. Fast taps crashes Ionic, there is no solution yet. |
Hi @filipsuk How did you know to look for this problem in the first place? Had you seen it in ionic 1 or just stumbled across it? Just curious to know. We already have an app on the store with this problem (using ionic 1) and so it's a real problem for us. Did you know of any solution for ionic 1 by any chance? Cheers Ant |
@antpuleo2586 I just stumbled across it and I don't have solution for Ionic 1, sorry. |
@filipsuk Thanks for replying. We've literally tried everything and looks like we're either going to go for another framework or native... |
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. |
Description of the problem:
Example tabs project where you have list of categories on 1st level, list of subcategories on 2nd level and category detail on 3rd level. When you click fast enough in top list of categories (4 fast clicks on one list item) the app "crashes" and all you can see is empty tab.
Working correctly when tapping slowly:
Crashes after 4+ fast taps:
How the DOM looks after "crash" - empty div where the page should be:
Steps to reproduce:
Problem occurs both in desktop Chrome and Android devices.
Unsuccessful solutions to block further tapping
Which Ionic Version? Ionic 2 RC0
ionic info
Cordova CLI: 6.1.1
Gulp version: CLI version 3.9.1
Gulp local: Local version 3.9.0
Ionic Framework Version: 2.0.0-rc.0
Ionic CLI Version: 2.1.0
Ionic App Lib Version: 2.1.0-beta.1
ios-deploy version: 1.8.6
ios-sim version: Not installed
OS: Mac OS X El Capitan
Node Version: v6.7.0
Xcode version: Xcode 8.0 Build version 8A218a
Cheers
The text was updated successfully, but these errors were encountered: