Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to use Application Caches? #36

Open
iwanglian opened this issue Jun 8, 2012 · 3 comments
Open

How to use Application Caches? #36

iwanglian opened this issue Jun 8, 2012 · 3 comments

Comments

@iwanglian
Copy link

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?

@rs
Copy link
Owner

rs commented Jun 8, 2012

Which version of iOS ?

@iwanglian
Copy link
Author

ios4.3.3

@iwanglian
Copy link
Author

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 .

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants