I'm testing a data collection idea for places with spotty mobile connectivity.
I'm working on the technology test here
I have the call to the manifest file in the HTML tag: <html manifest="/manifest.appcache">
Here is the manifest file
CACHE MANIFEST
# 2013-06-26
CACHE:
backbonedual.js
backbonedual.html
NETWORK:
*
FALLBACK:
Finally, I have an .htaccess
file in the same folder:
AddType text/cache-manifest .appcache
And I've tested that, since when I load the manifest file directly, the network section in the Chrome developer tools is telling me the correct MIME type.
But still, it doesn't work. And no resources are showing up as listed in: chrome://appcache-internals/
.