[By "mobile web app" I mean a web page that includes <meta name="apple-mobile-web-app-capable" content="yes" />
which is saved as a homescreen bookmark/shortcut. This runs in full-screen mode without Safari framing.]
If the app does location.reload(true)
iOS re-opens the page in Safari instead of simply reloading in place. I'm seeing this on iOS 6; I have not tested other versions. Aside from looking bad, the separation of localStorage means my app won't work properly after reloading.
Is there any way to force a reload without this behavior?