#Clipboard is not supported
1 messages · Page 1 of 1 (latest)
if you're connecting over the network to a dev server, i guess you're using http:// and not https://?
navigator.clipboard only works in secure pages, so either https or localhost
1 messages · Page 1 of 1 (latest)
Hi, I try to implement copy function in my website. I try in my computer browser (brave), it works. But, when I try to click copy button in my browser phone (chrome), I got this error. I've updated my chrome to latest version, anyone can help me?
if you're connecting over the network to a dev server, i guess you're using http:// and not https://?
navigator.clipboard only works in secure pages, so either https or localhost