HTML5 AppCache in UIWebView

亡梦爱人 提交于 2019-12-08 07:10:39

问题


I'd like to make use of appcache in my native application on the iPhone. Though Mobile Safari supports appcache it seems that the UIWebView that you can embed in an application does not.

I know with a bit of work, I could simulate some sort of appcache like functionality in my application, but this isn't good enough - I'd like access to the same appcache that Mobile Safari uses.

I'd be willing to use some of the Private Frameworks in the iPhone SDK, as getting this working is a much higher priority than being able to submit to the app store.

Thanks!

来源:https://stackoverflow.com/questions/1247264/html5-appcache-in-uiwebview

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