Open iwanglian opened 12 years ago
Which version of iOS ?
ios4.3.3
I search a lot keyword about this , but no answer. They only use the UIWebView to load the html request , could not control the caching process.
And sdurlcache storeToDisk would store to sdurlcache folder , not to the .db file . And when UIWebView load the html with manifest, it would fetch the resource from the .db file ,but not sdurlcache folder.
It is same with other ios version .
When I load a page with a manifest file in UIWebview , the UIWebView would create a file with a path "Library/Caches/com.apple.WebAppCache/ApplicationCache.db " ,where the offline cache stored.
Is there a interface to use the Application Cache?