How can I update files in iphone cached web application using cache.manifest

I have an iphone web application that uses the cache.manifest file to successfully cache files. The problem starts when I want to update the application, when it uses old files due to the cache.

How to make a cache.manifest file to correctly update new files? can i determine the version or something else?

thank!

+3
source share
1 answer

Refresh text inside the manifest itself - for example. version number in the comment.

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

Also see question 1715568

+4
source

Source: https://habr.com/ru/post/1732838/


All Articles