changePage “jumps” back to old page

后端 未结 6 1994
长情又很酷
长情又很酷 2020-12-15 18:47

I\'ve a big problem with a jQuery Mobile Application: I\'m using custom functions (they are triggered by onClick) to switch the page with currentPage.

It only happen

6条回答
  •  抹茶落季
    2020-12-15 19:19

    What is your JQM and Android version?

    I'm not sure If I understand correctly. I think transition flicker maybe come from the following assumption.

    1. Heavy page DOM transition.
    2. Using "translate3d" somewhere in css file.
    3. Not using "H/W Acceleration" feature. Enable by add this line to your AndroidManifest.xml in

    android:hardwareAccelerated="true"

提交回复
热议问题