Album download ios failing.
Hey All, quick question: have you been able to download new albums from safari on ios?
Downloading the same album works just fine on any computer/browser from a computer - including safari.
There's nothing in the logs during the download transaction, no errors, nothing.
In my wife's phone, the browser just refreshes when it hits 60% of the download prep for a 1.2 GB file.

7 Replies
Here's an example on how that goes ⬆️
I don't think this is support on the web browser on mobile
Ah! Cool. Maybe let's disable that then? It's odd for users to get an error like that
I'll check if I can contribute on that
Thank you!
GitHub
fix(web): removing download button from mobile agents. by gcarrarom...
Downloading from mobile agents is mostly breaking during download prep on my tests. For that reason I've added a device store that checks whether or not the device is a mobile device.
This allo...
Let me know if that works
Funny enough, I can't reproduce on the simulators. Only on real devices... Odd
Aha! Looks like there's an issue on the browser cache on iOS that can throw the exact error I'm seeing:
https://stackoverflow.com/questions/63401298/mobile-safari-video-upload-makes-site-refresh
Stack Overflow
Mobile Safari video upload makes site refresh
I created a photo uploading server on a raspberry pi using Angular with Node.Js and multer. This is all hosted on an unsecured ad-hoc network created by the pi itself. The reason I am going for ad-...