We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Copy to clipboard doesn't work when in fullscreen mode.
Here's the reproduction: https://codesandbox.io/s/react-hooks-counter-demo-forked-ogi0uf?file=/src/index.js
Steps to reproduce:
I'm using react-copy-to-clipboard which uses this package under the hood. I found this related issue: #102
react-copy-to-clipboard
The text was updated successfully, but these errors were encountered:
Same problem here, and I saw 2 PR related to this issue but not accepted yet. Don't know why.
I tried use navigator.clipboard.writeText instead. https://developer.mozilla.org/en-US/docs/Web/API/Clipboard/writeText
It works good with fullscreen
Sorry, something went wrong.
No branches or pull requests
Copy to clipboard doesn't work when in fullscreen mode.
Here's the reproduction: https://codesandbox.io/s/react-hooks-counter-demo-forked-ogi0uf?file=/src/index.js
Steps to reproduce:
I'm using
react-copy-to-clipboard
which uses this package under the hood. I found this related issue: #102The text was updated successfully, but these errors were encountered: