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 Oct 8, 2021. It is now read-only.
Two problems came up with the new version 1.1.0rc1 of jqm on a Motorola Xoom (3.1) and android:hardwareAccelerated="true"
White flashing page during a page transition with defaultPageTransition="none".
It's the same with the jqm online demo in standard webkit browser on Xoom but flashing page is black.
Not seen with 1.0. on Xoom and not with 1.1.0rc1 on HTC-DHD or on Samsung ace.
Fixed footer with a navbar (custom icons) is flickering very much if the page is scrolled.
The same with the back button in the fixed header.
It's the same with the jqm online demo in standard webkit browser on Xoom with the fixed header (home-button/search-button is flickering).
Not seen with 1.1.0rc1 on HTC-DHD or on Samsung ace.
Both seen in a PhoneGap-project with android:hardwareAccelerated="true" in the app-manifest.
Without hardware acceleration page scrolling is stuttering very much so i have to set it to true.
But without hardware acceleration points 1. and 2. are gone.
The text was updated successfully, but these errors were encountered:
what you see in the video is:
coming from page "footer bars" i click "navbars": you see a short flicker. i think this should be the fade, which was not smooth enough.
but then i click "persistent toolbars": first the page disappears completely, then you see a part of the fading (this time its smoother but not enough), but then the page disappears completely again before the second page appears.
at the end i show how the fixed footer flickers (same with header buttons; not shown in video).
in my phonegap app i've setted the transition to none, so the fade is not inbetween the two blank pages.
you then see only one time the blank page.
Two problems came up with the new version 1.1.0rc1 of jqm on a Motorola Xoom (3.1) and android:hardwareAccelerated="true"
It's the same with the jqm online demo in standard webkit browser on Xoom but flashing page is black.
Not seen with 1.0. on Xoom and not with 1.1.0rc1 on HTC-DHD or on Samsung ace.
The same with the back button in the fixed header.
It's the same with the jqm online demo in standard webkit browser on Xoom with the fixed header (home-button/search-button is flickering).
Not seen with 1.1.0rc1 on HTC-DHD or on Samsung ace.
Both seen in a PhoneGap-project with android:hardwareAccelerated="true" in the app-manifest.
Without hardware acceleration page scrolling is stuttering very much so i have to set it to true.
But without hardware acceleration points 1. and 2. are gone.
The text was updated successfully, but these errors were encountered: