Advertisement
Guest User

Untitled

a guest
Sep 20th, 2011
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.14 KB | None | 0 0
  1. [05:03:43] <Conti> I've built a rather simple os x application which is little more than a webview to load a SaaS application I have been working on, I am implementing the html5 offline application cache functionality so it will work even without internet access
  2. [05:03:50] <Conti> I managed to implement the private method "setOfflineWebApplicationCacheEnabled" to get the application cache to work (mostly), and when I switch off the networking it does fallback correctly, the issue I am having is when I exit the application and launch it again the cached data does not load
  3. [05:03:50] <Conti> Additionally though I have also gotten "localStorage" to function with setLocalStorageEnabled:YES it has the same issue as the application cache and the setDatabasesEnabled:YES method does not appear to work at all, I receive an error when attempting to create a web sql db.
  4. [05:03:56] <Conti> If anyone could shed some light on any of this I would be truly appreciative, I have been searching and reading everything I can find on the subject and even resorted to reading the webkit source headers for the last week and I still have been unable to find a solution.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement