For our copy to clipboard pattern we should read and store the clipboard api's write permission using the permissions api.
Is the user's browser doesn't allow permission then we should disable the copy button and and some sort of alternative way to allow the user to manually copy the link. Perhaps when they click copy to clipboard we show the text in an alert() for the user to copy.
For our copy to clipboard pattern we should read and store the clipboard api's write permission using the permissions api.
Is the user's browser doesn't allow permission then we should disable the copy button and and some sort of alternative way to allow the user to manually copy the link. Perhaps when they click copy to clipboard we show the text in an
alert()for the user to copy.