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

fullscreen #147

Open
JohnConstantinezoro opened this issue Dec 10, 2020 · 2 comments
Open

fullscreen #147

JohnConstantinezoro opened this issue Dec 10, 2020 · 2 comments

Comments

@JohnConstantinezoro
Copy link

When Google browser calls requestfullscreen, oncopy returns success, but the actual copy is not successful

@nkbt
Copy link
Owner

nkbt commented Dec 10, 2020

I do not really understand this case. How is fullscreen related to copying to clipboard? Code sample please?

@snigdha920
Copy link

snigdha920 commented Jan 9, 2023

Firstly, thanks for the great package!

I'm also facing this issue. Here's the reproduction: https://codesandbox.io/s/react-hooks-counter-demo-forked-ogi0uf?file=/src/index.js

Steps to reproduce here:

  1. Click on "copy text" when it's not in full screen mode, the text "content copied" is copied to clipboard.
  2. Enter full screen mode by clicking on "enter fullscreen"
  3. Click on "copy text" when it's not in full screen mode, nothing is copied to clipboard.

Found this issue in the upstream package copy-to-clipboard which could be helpful: sudodoki/copy-to-clipboard#102

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