I have an html5 appcache running on a website, it works fine in Safari, Opera and Chrome but it fails to work on Firefox.
I have the following in my code:
I had a similar problem.
While offline, a simple change in the URL could be a problem
http://localhost:8080/app doesn't work on Firefox/IEhttp://localhost:8080/app/ works on Firefox/IEBoth of them work in Chrome
about:cache - Firefoxchrome://appcache-internals/ - ChromePlease fill in if someone knows what is it for IE.