Offline iOS web app: loads my manifest, but doesn't work offline

后端 未结 13 2083
温柔的废话
温柔的废话 2020-12-04 05:57

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

13条回答
  •  [愿得一人]
    2020-12-04 06:33

    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.

提交回复
热议问题