Tagged Questions
0
votes
1answer
28 views
Dynamic content with cache manifest
I'm facing several challenges building a web app with cache manifest.
My challenge is dealing with dynamic content. If a user logs out and logs back into the app with a different account, how can I ...
2
votes
1answer
58 views
How Can I get ChillBox (a LightBox clone) to work on an offline webapp using cache.manifest?
I am building a web app for an iPad (designed so my boss can show information at meetings).
So far I have everything working, except for one thing- I am using an application cache to allow the app to ...
0
votes
0answers
16 views
Is there a javascript or IE plugin that lets IE use a manifest file?
I am pretty sure I could write one leveraging what IE naturally stores (css, js, images) with writing page templates to localStorage. Maybe the user would have to set a setting or two.
Is there ...
3
votes
3answers
546 views
Fail callback called although Ajax request is performed and server returns 200 with data
I have a HTML5 test webpage test.html with a cache manifest. The webpage does an Ajax request to the same server, to a webpage do_get_data.php that is listed under the section NETWORK: in the cache ...
2
votes
2answers
256 views
How should I structure my HTML5 manifest given these requirements?
I have a HTML jquerymobile App, I need to show an offline page when the user tries to load the app from their home screen.
The page I want them to see is gone-offline.jsp. Problem is, if I include ...
0
votes
1answer
278 views
Is it possible to use jquery getScript on a file that is cached with a cache.manifest
I'm fetching a file using getScript:
$.getScript("android/android.js")
and the I cache that file in a cache manifest:
/android/android.js
When i Try to load the page cached, I get a "Get" ...