Just a quick hypothetical before I get too far on this project!
When creating an offline app for a mobile device like the iPhone, does deleting a reference to a file in the manifest delete it from the cache on the next update?
Thanks for your help!
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Yes, but the ui won’t display the changes without an additional refresh. You can avoid this by listening for the updateready event on page load. Here’s some sample code from the HTML5Rocks website:
Here’s a link for more info.