Tagged Questions
0
votes
1answer
219 views
More Odd Firefox Cache Manifest Behavior: Redirect to Outside Domain Results in 404 Failure
I have an HTML5/Javascript (PHP/MySQL on the server) app with a cache manifest and it runs fine on almost all mobile and desktop browsers except for Firefox.
When I remove the cache manifest, it ...
1
vote
1answer
433 views
How can I clear the appcache on the Google Chrome iPad app?
I've written a little HTML5 based web app that I am trying to debug on the iPad using the Chrome for iPad app.
I have added a cache.manifest file to my app which has some heavy caching in it of most ...
1
vote
1answer
312 views
Can I use html5 cache manifest to store third party js?
I want to use third party js in my html5 cache manifest.
I don't know can I do it or not , if its possible then how?
Can I specify full third party js url in manifest file?
I have seen examples where ...
0
votes
1answer
223 views
How to cache multiple HTML pages with both page-specific images and shared resources in the HTML5 application cache?
In my HTML5 application I have several HTML files that represent books. Each 'book' contains images that are specific for that book. Each book file also has references to CSS and JavaScript files that ...