I have created a web app that can be accessed offline. However the problem I am having is getting the browser to display the new version of the page.
I can see that the files are being downloaded again:
Application Cache Downloading event
Application Cache Progress event (0 of 3) pad/jquery.min.js
Application Cache Progress event (1 of 3) pad/index.html
Application Cache Progress event (2 of 3) pad/
Application Cache Progress event (3 of 3)
Application Cache UpdateReady event
However upon a refresh of the page, the old index.html file is still being displayed.
I have set up my offline.manifest file properly and referenced it in the html tag. I am not sure what could be the problem here.