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
{{ message }}
This repository was archived by the owner on Mar 13, 2018. It is now read-only.
As the title says, I have 5 pages, the first 3's heights are scrollable while the last 2 pages are at their fixed height.
The last 2 pages will crash whenever I selected the tab they're on. One thing I notice is that if I set both pages' height to a fair amount of scrollable height, it will not crash, but that wont solve the problem as I need to make it fixed.
I already tried setting them to position:fixed; & overflow-y:hidden; . The same thing will occur. Crashed.
Obviously the reason behind this is because the resizing between the transitions.
Does anyone has any idea why? and how to fix it? Really need your help.
[http://stackoverflow.com/questions/28411829/polymer-core-animated-pages-crash-during-transition-resizing]
As the title says, I have 5 pages, the first 3's heights are scrollable while the last 2 pages are at their fixed height.
The last 2 pages will crash whenever I selected the tab they're on. One thing I notice is that if I set both pages' height to a fair amount of scrollable height, it will not crash, but that wont solve the problem as I need to make it fixed.
I already tried setting them to
position:fixed;&overflow-y:hidden;. The same thing will occur. Crashed.Obviously the reason behind this is because the resizing between the transitions.
Does anyone has any idea why? and how to fix it? Really need your help.
ps: crash on cordova running on android 4.4