8thwall / web

8th Wall Web projects and resources.
515 stars 326 forks source link

Share Button on new IOS devices is only working once, and then erroring out on all the other tries until you restart the page #208

Open DevAidar opened 1 year ago

DevAidar commented 1 year ago

Media Preview share button for newer IOS devices, has an issue where it does not have a try catch block, and IOS has a bug that it only allows the user to save the image or a video once per session, and you don't have any way of catching it, and user share button becomes unusable

DevAidar commented 1 year ago

I have an example where I attempted to fix the issue here [Fix] Adding error check for share functionality #204