zlacker

[parent] [thread] 6 comments
1. mtomwe+(OP)[view] [source] 2023-01-24 11:21:59
Many (most?) native apps also have a local store which is essential to how they function. Having to rely on stable internet for your app to work is annoying for lots of types of apps.
replies(2): >>pprota+e41 >>intras+lj1
2. pprota+e41[view] [source] 2023-01-24 16:59:19
>>mtomwe+(OP)
Do you really believe most apps rely on local storage? What if I remove the app from my phone and reinstall it later? All my data is gone?

I am pretty sure most apps use AT LEAST iCloud to store data

replies(1): >>rejhga+rs1
3. intras+lj1[view] [source] 2023-01-24 17:56:41
>>mtomwe+(OP)
Example?
replies(1): >>rejhga+Ns1
◧◩
4. rejhga+rs1[view] [source] [discussion] 2023-01-24 18:33:04
>>pprota+e41
Oh come on, relying on local storage is not the same as not having a backup.

Modern web apps can cache all the files they need to function. They can work offline. So when iOS deletes a web app's data, it doesn't just delete some content and maybe a few settings. It's basically like it deletes the entire app and you have to reinstall it (by opening the web app and re-download all assets that make it work). Sure, the icon is still on your home screen, but the entire app behind it is gone.

It'll also delete things like your login status/tokens/etc, so you have to log in again, maybe the web app has settings that it doesn't want to sync across devices, etc.

I assume that when Web Push hits iOS, notifications will only work as long as you open the web app often enough.

replies(1): >>pprota+ZC1
◧◩
5. rejhga+Ns1[view] [source] [discussion] 2023-01-24 18:33:52
>>intras+lj1
Any app you install downloads megabytes worth of code, assets, etc. That's all local storage.
replies(1): >>intras+Yw9
◧◩◪
6. pprota+ZC1[view] [source] [discussion] 2023-01-24 19:10:30
>>rejhga+rs1
Oh okay I didn’t realize we were talking about the actual application code being stored in local data. I thought they meant stuff like user data or application state, which is often handled by the back-end instead of client-side. Makes sense now, and I can see how removing that ability from webapps makes offline functionality impossible.
◧◩◪
7. intras+Yw9[view] [source] [discussion] 2023-01-26 21:10:25
>>rejhga+Ns1
And your browser will cache those assets. I, for one, prefer that approach. And I can clear my cache when I want.
[go to top]