jQuery Mobile blinking at page transitions on iPad

后端 未结 12 590
野的像风
野的像风 2020-12-08 05:42

I have a web app built with jQuery Mobile that works fine when using it in Safari on an iPad. However, when you add it to the home screen to use it as a standalone app (with

12条回答
  •  轮回少年
    2020-12-08 06:31

    This seems to be a very very strange bug.I tried to fixed it.But failed.Finally I try to add some code to my project to avoid this issue.

    If you deep into jquery mobile's page transition you would know his principle.

    It loads another page's (the page you want to go) body into an element such as : .

    I just add an wrapper outside of this element and make a setTimeout to delay showing this page.

    I made a phonegap app in iPhone 4(ios5) and can't fix this issue.Just pray that jquery mobile team would fix this bug quickly.After spending a few days on this problem I just wanna fuxk jqm...

提交回复
热议问题