iPhone and HTML5 Cache Manifest

Posted by Jamey McElveen on Stack Overflow See other posts from Stack Overflow or by Jamey McElveen
Published on 2008-11-07T19:35:08Z Indexed on 2010/03/19 8:51 UTC
Read the original article Hit count: 1459

I am trying to build an iPhone web application using ASP.NET. The page is dynamically rendered once for each visitor. At this point the page can be bookmarked and it will never change again for that visitor. For this reason it should be cached locally from that point on so the application will run if referenced from the bookmark even if no network connection is available. No matter what I try the phone continues to request the page from the server forcing a re-render or it fails if the phone is offline.

Louis Gerbarg suggested in this post that I use HTML5 Cache Manifest to get this working however following the w3.org docs does not appear to work for the iPhone. Does anyone have a good example where application cache is working?

© Stack Overflow or respective owner

Related posts about iphone

Related posts about iphone-web-app