Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
Steph3146 opened this issue May 11, 2023 · 2 comments
Open

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

Steph3146 opened this issue May 11, 2023 · 2 comments

Comments

@Steph3146
Copy link

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
Copy link
Owner

nkbt commented May 16, 2023

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants