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 observed that solely in Safari cell would not work offline. The examined internet apps had been:
Steps to breed:
- open certainly one of above internet apps in IOS Safari
- set up the PWA
- open it, it can work accurately with community connection
- shut it, flip off your community connection after which open it once more
- You will notice a clean display screen or one thing comparable, it would not load any content material
Is it attainable to attain the offline mode in Safari for IOS? I searched so much and didn’t discover something. It really works effective on chrome for android and chrome for desktop, I used to be not capable of 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!