We are developing a single-page web application RWD that supports all mobile form factors. We would like
- There is support for a web browser in offline viewing mode.
- As soon as the data is downloaded from the server, the user should be able to see this data, even if there is no Internet connection.
- Users should be able to fill out forms and then send them to the server when there is an Internet connection.
Can I use AppCache, HTML5 repository for standalone capabilities? If we use a hash to change the navigation in the address bar, there is no problem updating the entire page.
Viewed some of the old posts on Stackoverflow. Offline iOS app: downloads my manifest but doesn't work offline
This post dates back to 2011. In 2017, we can support
source
share