iirc mobile safari doesn’t do pwas and doesn’t have a lot of the web apis
Comment on Apple Banned an App That Simply Archived Videos of ICE Abuses
pennomi@lemmy.world 18 hours agoSurely all of those things can be done in a browser. You can grant location and camera permissions to a website easy enough. And encrypted transfer can be done any number of ways. Offline recording is possible with localstorage. All of this seems very achievable and effectively uncensorable by Apple.
The only thing it can’t get is App Store search rank.
cupcakezealot@piefed.blahaj.zone 18 hours ago
pennomi@lemmy.world 18 hours ago
I guarantee you that all this can be done in Mobile Safari. I have done it before.
You have to go through the “Share > Add to Home Screen” workflow instead of having the site simply install it for you, so it’s a bit more effort (and confusion) on the user’s part.
OfCourseNot@fedia.io 16 hours ago
It does. I'm posting this comment on the Mbin pwa on my iPhone, works pretty well.
ayyy@sh.itjust.works 17 hours ago
It does. Installing them is intentionally obtuse and is buried in the “share” menu.
FaceDeer@fedia.io 18 hours ago
Sure, it's possible. But you're basically turning the browser into a virtual machine and building an app on that virtual machine. It's unnecessary. Or should be unnecessary, anyway, with a sane operating system.
pennomi@lemmy.world 17 hours ago
What? No man, this is all standard mobile web stuff.
SkyeStarfall@lemmy.blahaj.zone 11 hours ago
A web browser is already basically a “virtual machine”. You can basically even run native code using WebAssembly.
FaceDeer@fedia.io 7 hours ago
Yes, I know. I'm saying it should be an unnecessary layer.
MotoAsh@piefed.social 18 hours ago
It would definitely be a bit more annoying to program, and a bit more naggy to the user for permissions during setup I’m sure, and running in the background would take some finagling and extra work and iOS could still kill it in the background on you … but otherwise it’d be the same.
pennomi@lemmy.world 17 hours ago
Probably doesn’t need to run in the background unless I’m missing some feature?
frongt@lemmy.zip 16 hours ago
Video uploads. If the browser tab is closed, the upload is interrupted. An app can continue running in the background.
cabbage@piefed.social 14 hours ago
…offline support?
pennomi@lemmy.world 13 hours ago
Yeah, you get some offline capabilities when you have a PWA. Obviously app or not, nobody is going to be uploading video without an internet connection.