jQuery Mobile blinking at page transitions on iPad

后端 未结 12 615
野的像风
野的像风 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:28

    From the currently open issue, "Slide page transition causes screen repaint on iOS 5 chromeless", the recommendation is to comment out pageTitle.focus() from the reFocus function.

    This however did not solve my problem. I found it necessary to remove both pageTitle.focus() and page.focus(), basically the entire function.

    This issue (and specifically the change to the reFocus function) is also mentioned in issue 2474. It is a fix for iOS4 that did not solve my iOS5 iPad problem.

提交回复
热议问题