jQuery Mobile blinking at page transitions on iPad

后端 未结 12 614
野的像风
野的像风 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条回答
  •  旧时难觅i
    2020-12-08 06:07

    It is a known bug. See the article in the seaside mailing list.

    Rolf van der Vleuten noticed:

    • flickering can occur when using the same #id more than once in a page, which is not unlikely when you are using the one page template method. so be sure to not use #id's more than once.
    • I don't know why this happens, but I found out that when my first page had an element that is outlined by default, flickering would occur, this was fixed by adding:

      input { outline: none; }

提交回复
热议问题