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

后端 未结 13 2100
温柔的废话
温柔的废话 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:28

    I've written an offline app that still seems to work in 4.2 and 4.2.1; the post is a little dusty, but the code still runs:

    http://kentbrewster.com/backchannel/

    Remy Sharp has a newer post with code that also works, here:

    http://remysharp.com/2011/01/31/simple-offline-application/

    His app:

    http://rem.im/boggle/

提交回复
热议问题