Private client-side-only PWAs are hard, but now Apple made them impossible
1–10 of 927 posts
Re: Private client-side-only PWAs are hard, but now Apple made them impossible
#2Re: Private client-side-only PWAs are hard, but now Apple made them impossible
#3(edit Turns out that's not quite right, see diggan's reply.)
From the article:
> You’d almost think they had an App Store to promote or something.
There's certainly a tension here. I'm still not sure why more vendors don't make iOS PWAs to get around the App Store payment rules.
Perhaps related: Very roughly a year ago, something changed in iOS that broke the 2048 PWA. Its swipe-detection no longer works. A pity.
Re: Private client-side-only PWAs are hard, but now Apple made them impossible
#4Browsers need to be severely limited due to them running arbitrary code from the web. Doesn't matter if it's an offline web app. If you want more access, make a native app (with or without web technologies).
Re: Private client-side-only PWAs are hard, but now Apple made them impossible
#5Re: Private client-side-only PWAs are hard, but now Apple made them impossible
#6Actually, I'd be even happier if any form of offline storage required explicit user permission anyway.
Re: Private client-side-only PWAs are hard, but now Apple made them impossible
#7My app is an inventory control system used by businesses that build electronics (https://partsbox.com/). Deleting client-side data after 7 days is ridiculous. You can't assume that people will always log in every week, in small businesses or design/manufacturing companies there are times when 2-3 weeks can pass without building new hardware or touching inventory.
Re: Private client-side-only PWAs are hard, but now Apple made them impossible
#8I have a copy of my “DAT Shopping List” demo I last opened about 6 months ago saved to my iPhone home screen... I opened it, and the data was still there. I’ll be really sad when I open it again after iOS autoupdates and the data will be nuked.
Re: Private client-side-only PWAs are hard, but now Apple made them impossible
#9Evil company. How do we fix this? Shame users?
The problem is that the users are so brainwashed from decades of Marketing.
Re: Private client-side-only PWAs are hard, but now Apple made them impossible
#10Better title: Apple restricts tracking by limiting browser storage, which hurts my particular app. Browsers need to be severely limited due to them running arbitrary code from the web. Doesn't matter if it's an offline web app. If you want more access, make a native app (with or without web technologies).
which is somewhat ironic, because the goal of a web app is to break free of the walled garden and become OS-independant.