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
It is a known bug. See the article in the seaside mailing list.
Rolf van der Vleuten noticed:
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; }