We are developing a Single Page RWD web app which supports all mobile form factors. We would like to
- have the webapp support offline browsing capability as well
- Once the data is downloaded from server, user should be able to see that data even if there is no internet connection.
- Users should be able to fill forms, and later submit it to server, when there is internet connection.
Can we use the AppCache, HTML5 storage to get the offline capabilities? If we are using hash to change the navigation in address bar the whole page refresh problem is also not there.
Was going through some of the older posts in Stackoverflow on this. Offline iOS web app: loads my manifest, but doesn't work offline
This post is dated back in 2011. In 2017, can we support