Can we support standalone standalone web apps in iOS 10+?

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

+6
source share
2 answers

If you want to open something from the URL of a web browser, you need the Internet. You can do the following in an iOS application with certain conditions.

Users should be able to fill out forms and send them to the server later when there is an Internet connection.

+3
source

iOS -. PWA, iOS 11.3. WebKit. -, , .

+3

All Articles