strange behaviour with cache.manifest / offline usage of web app saved to home-screen on ipad ios6

偶尔善良 提交于 2019-12-03 04:00:13

I found the following link helpful. It explains that as Home Screen apps are now stored like native apps, they have their own storage/caching.

Geolocation works on the first iteration but fails to update from then on.

iOS 6 Geolocation and Local Data Storage

"Data in Home Screen apps are now stored like native apps. Native apps each have their own sandbox where their data is stored, backed up and restored to. Prior to iOS 6, Home Screen apps shared data with the same app running in the browser. If the user cleared the cache in the browser, the Home Screen version of the app would lose its data too.With iOS 6, Home Screen apps’ data gets saved to a sandbox just like native apps. Backups and restores handle the data properly, and clear cache in the browser will not affect them."

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!