Short

web stuff

Offline pages with service workers

By using service workers API you can make your, static, website work offline. It's just a script to install and activate it. On ios the website should be through HTTPS in order for this to work.

To demonstrate, I'm going to show you how to add some static pages to service workers.

Install & activate service workers

You can also check whether it's gone successful or not by opening dev tools > application tab > service workers

dev tools

I'm not going to explain all of these, but I recommend you reading these for further understanding:

web.dev - service workers
developer.mozilla.org - service worker API