-
Notifications
You must be signed in to change notification settings - Fork 34
Polymer core-animated-pages crash during transition resizing #45
Comments
Hi, |
|
Yeah its core-icon-buttons. its not issue. I think js is conflict or On Wed, Feb 11, 2015 at 12:42 PM, kiempoturner [email protected]
|
unrecognizable elements will always return errors. take a look at their components and understand it. https://www.polymer-project.org/components/core-elements/demo.html#core-animation for learning, I'd suggest you to learn by existing templates. check out |
ok,thank you. On Wed, Feb 11, 2015 at 12:54 PM, kiempoturner [email protected]
|
[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
The text was updated successfully, but these errors were encountered: