|
|
|
|
|
by culturestate
1346 days ago
|
|
> How exactly does that not work with browsers and local storage though? On iOS, at least, local storage for web apps doesn't have guaranteed persistence. Safari can and will "randomly" clean up, usually if the device is low on storage. This happens less frequently for pinned PWAs but still happens. If you need to absolutely guarantee that your thing will work on an offline mobile device, you have to use a native app. |
|