You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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.
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?
The text was updated successfully, but these errors were encountered: