Hi everyone !
Two years ago, under one of the posts about offline capability, progressier developer answered
“It’s definitely possible to make your app functional offline. You’ll need to build a service worker and cache resources so that when the user goes offline, resources are fetched from the cache rather than the network.”
Someone tried this method ?
Let me know about your experience
Cheers