Tagged Questions
0
votes
1answer
31 views
Appcache offline
We are working on content loading where in case if we are connected,the content should be brought from network. If we go offline, it should bring from cache. what settings should we do perform this. ...
1
vote
1answer
78 views
HTML5 Application Cache Manifest - index fallback without catchall
I'm delivering a manifest for my app that looks something like this
CACHE MANIFEST
#1359542586541
NETWORK:
*
FALLBACK:
/ /index.offline
When offline, it works correctly by returning index.offline ...
8
votes
1answer
1k views
HTML5 Offline Manifest Stop Caching Page It Is Declared On
I've been playing around with the cache manifest file and trying to get it to stop caching the page that it's declared on.
From HTML5 Rocks
any page the user navigates to that include a manifest ...
0
votes
0answers
137 views
Dynamic pages in application cache re-downloaded on update
All of our dynamic pages return the same static HTML file (generated when we deploy) which links to a cache manifest file containing our JS, CSS, etc. E.g. example.com, example.com/article/1234, and ...
2
votes
1answer
630 views
HTML5 application cache fallback not work in Firefox
I am using Firefox latest (11), and I've set IIS to serve *.appcache as text/cache-manifest, and I've double checked Firefox DID cache my files by looking into both "about:cache" ...
1
vote
0answers
259 views
HTML5 appcache with Chrome and the HTTPS Everywhere plugin causing cross site css not to load
I have run into an issue with one of my webpages that was changed to use the HTML5 appcache feature. Chrome 19 (ad I assume earlier versions) is blocking my cross site css files when the appcache is ...
7
votes
2answers
4k views
My HTML5 Application Cache Manifest is caching everything
UPDATE:
** I posted this question when this feature was really new, I realize now that this feature should not be used this way unless it is used via JavaScript. but seems like this hack is a great ...
0
votes
1answer
214 views
Cache manifest are not loaded
I want to use html5 manifest file. To cache the mose important things of the website. I have make a manifest file and cache the most important things. I cache the important images that are used in all ...