I don’t understand why navigator.share() is giving me an error even though my website meets all of the requirements listed on MDN (has HTTPS and supported by the browser). The following code gives an error when I click the button: What am I doing wrong? The website is served over HTTPS and my browser supports the Web Share API according
Tag: web-share
navigator.share file not working on iOS 14 Safari
I’m trying to add to my webpage an option to share image and video using Web Share API. When testing it, I’m having the following problem: on Android + Chrome, it works sharing video and images, but when I execute the same code on iOS 14.4 Safari (running on iPhone 6s) I only get the text and URL sharing, not