RhysSullivan / shiptalkers

https://shiptalkers.dev
699 stars 35 forks source link

Allow copy of Image on Mobile #82

Open maxdemaio opened 3 months ago

maxdemaio commented 3 months ago

Some mobile browsers, like Safari on iOS don't support navigator.clipboard.write. So, instead, if that doesn't exist we can use the navigator.share API which popular websites like Wordle use 👍🏻 Currently, in the app if you press the "copy to clipboard" button and that API doesn't exist, nothing happens and there's just an error in the console.