Tagged Questions
1
vote
1answer
108 views
How to handle browser refresh with dynamic cache manifest
Here's my scenario:
A web site has an index page and a number of content pages (for the sake of argument these are called page1 through page100) all pointing to the same cache manifest URL.
The ...
0
votes
0answers
81 views
Homescreen Web Application and AD Authentication
I have an HTML5 website which has AD authentication. Inside this website, I have a webpage which I would like to be a "web app" on an iPad.
I have the cache.appcache file all ready and working fine ...
1
vote
1answer
135 views
HTML5 App Cache: Manifest ist updated but files are taken from appcache one more time
I have a cache manifest with a comment in it
# Version 3.2
in order to update all the App I simply change the Version number. It works, but:
When I update the manifest, everything is updated ...
0
votes
1answer
455 views
Cache Manifest working flawlessly in Chrome, Safari, but NOT mobile Safari
Trying to utilize a cache manifest -- everything seems to work fine in Chrome and Safari, but not mobile Safari.
I've ensured that I've adhered to standards outlined for HTML5 offline apps:
Added
...