I\'m writing a web app to be used offline on iOS. I\'ve created a manifest, am serving it up as text/cache-manifest
, and it usually works fine, when running in
I have several working offline and on/offline web apps.
When I turn off airport mode, I get a request for the manifest and some other files.
I don't get requests for images, JavaScript, CSS or cached AJAX files.
If you see requests for your resources, IOS doesn't have them cached.
Safari in general is more picky with manifests.
I suggest you try Safari on your computer.