nkbt / react-copy-to-clipboard

Copy-to-clipboard React component
MIT License
2.33k stars 122 forks source link

Doesn't work on other devices than a computer #192

Open Steph3146 opened 1 year ago

Steph3146 commented 1 year ago

I just made a React App wit react-copy-to-clipboard, and the copy/paste functionnality doesn't work on my tablets (Acer Iconia A3 and Ipad 14 Pro)

nkbt commented 1 year ago

I really suggest to use a standard function navigator.clipboard.writeText(text) instead of any libraries.

See more https://developer.mozilla.org/en-US/docs/Web/API/Clipboard/writeText

nilrn7 commented 8 months ago

https://stackoverflow.com/questions/64615997/how-do-i-copy-to-the-clipboard-using-an-html-button-with-variable-values/77799295#77799295