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
If ionic 2 is executed on slower devices it occures randomly that the page transition halts and the user sees a white screen. The user is able to swipe the menu or use the hardware back button
Steps to reproduce:
Its only occurs on slower devices like a Galaxy Tab A or Samsung s5 mini. I check with a rather old device (dual core) where this issue occurs nearly every time. It seems to some sort of race condition.
Other information: (e.g. stacktraces, related issues, suggestions how to fix, stackoverflow links, forum links, etc)
There is no error thrown in the console. the page is put on the nav stack but lacks the show-page class. if this class is added via inspector it appears as expected except the nav back button is missing.
Which Ionic Version? 1.x or 2.x
ionic 2 rc.2
Plunker that shows an example of your issue
It does not occur in browsers or on "fast" devices like a nexus 5x but only on "slow" devices like Galaxy Tab A.
Android Version on which it occurs: 4.4 5.0.2
also i'm using CrossWalk (cordova-plugin-crosswalk-webview) version:
2.1.0
Run ionic info from terminal/cmd prompt: (paste output below)
Short description of the problem:
If ionic 2 is executed on slower devices it occures randomly that the page transition halts and the user sees a white screen. The user is able to swipe the menu or use the hardware back button
Steps to reproduce:
Its only occurs on slower devices like a Galaxy Tab A or Samsung s5 mini. I check with a rather old device (dual core) where this issue occurs nearly every time. It seems to some sort of race condition.
This is the page if pagetransition halts
this is the page if page transition proceeds
this is the corresponding component:
Other information: (e.g. stacktraces, related issues, suggestions how to fix, stackoverflow links, forum links, etc)
There is no error thrown in the console. the page is put on the nav stack but lacks the
show-page
class. if this class is added via inspector it appears as expected except the nav back button is missing.Which Ionic Version? 1.x or 2.x
ionic 2 rc.2
Plunker that shows an example of your issue
It does not occur in browsers or on "fast" devices like a nexus 5x but only on "slow" devices like Galaxy Tab A.
Android Version on which it occurs:
4.4
5.0.2
also i'm using CrossWalk
(cordova-plugin-crosswalk-webview)
version:2.1.0
Run
ionic info
from terminal/cmd prompt: (paste output below)The text was updated successfully, but these errors were encountered: