views:

151

answers:

1

hello,

i have an iphone web app wich uses a cache.manifest file to successfully cache files. the problem starts when i want to update the app while it uses the old files because of the cache.

how do i make the cache.manifest file to update the new files correctly? can i define a version or something?

thanks!

+3  A: 

Update text within the manifest itself - e.g. a version number within a comment.

See: http://dev.w3.org/html5/spec/Overview.html#offline

Also see question 1715568

Surpdeh
thanks mate!real helpful