I need to create a PWA that works offline in all units and I need to know if is feasible to do it with flutter. After testing the net app examples discovered within the official documentation I seen that solely in Safari cellular would not work offline. The examined net apps had been:
Steps to breed:
- open considered one of above net apps in IOS Safari
- set up the PWA
- open it, it should work accurately with community connection
- shut it, flip off your community connection after which open it once more
- You will note a clean display screen or one thing comparable, it would not load any content material
Is it doable to realize the offline mode in Safari for IOS? I searched rather a lot and didn’t discover something. It really works nice on chrome for android and chrome for desktop, I used to be not in a position to set up it from chrome for IOS as a result of there is no such thing as a button so as to add it
Thanks upfront!