I am developing a web app for offline use, thus I need to use the application cache functionality.
Everything works great on Chrome (15.0.874.106) but is doesn\'t wo
From my experience with getting a site working offline on the iPad:
.manifest
text/cache-manifest
window.applicationCache...
to check if the browser sees a change in the manifest and to reload the content, also capture the status events and display them somewhereSee also: http://developer.apple.com/library/safari/#documentation/iPhone/Conceptual/SafariJSDatabaseGuide/OfflineApplicationCache/OfflineApplicationCache.html#//apple_ref/doc/uid/TP40007256-CH7-SW1