0
votes
0answers
4 views

IE10 not loading from appcache in bad connection

I am developing a website which will support offline mode. I have created manifest and everything is downloading on the local machine correctly. When the internet is connected and I open the site it ...
0
votes
0answers
5 views

Access Uncached Files with HTML5's AppCache?

I have been trying to figure out HTML5's new AppCache, but I feel extremely limited here. Let's assume that I have a website with four pages: index.html about.html portfolio.html contact.html I ...
0
votes
0answers
15 views

Use appcache with Chrome frame (or detect that it doesn't work)

We are building a web-application that will be used offline, using the Application Cache (and a lot more stuffs). The thing is, we wanted to ask our users with old IEs to use Google Chrome Frame, ...
0
votes
0answers
23 views

is it possible to update the cache manifest file after it has been downloaded?

We are building an ASP.NET MVC 4 web application. We are researching potentially using the cache manifest capabilities of html5 to provide our user with a limited offline experience. All is good for ...
0
votes
1answer
77 views

application cache: don't serve file from appcache on 404

I'm using the application cache to make my website also work offline. My manifest looks something like this and is embedded using an <iframe>: CACHE: favicon.ico assets/css/style.css ...
5
votes
1answer
452 views

Did Apple remove HTML5 cache offline viewing from iOS devices?

I made an HTML5 "webapp" for my company back in April, and at that point, I was able to place is on the homescreen of iPhones and iPads, and save it as a bookmark for offline viewing (Android and BB ...
2
votes
0answers
690 views

Firefox does not load page from offline cache manifest, but works fine on Chrome (+ cache manifest troubleshooting tips)

This is basically identical to this SO questions which has not been answered: Offline Web App not caching on Firefox but ok on Chrome I'm experiencing the same problem and I'll provide a bit more ...
0
votes
1answer
144 views

Why is my cache manifest still not working?

I watch in chorme's console,there is nothing output,and no application cache why is this happen?thanks and here is my html: <html manifest="http://www.test.com/test.manifest"> here ...
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 ...
3
votes
0answers
105 views

Force html5 appcache to load on bad connection

I created a webapp with offline application cache which is working fine in flight mode, but when i'm on a bad connection it keeps on trying to load the normal site because the connection is not ...