Re: [w3c/clipboard-apis] Interoperability issue: `navigator.clipboard.write()` and `navigator.clipboard.writeText()` user gesture requirement (Issue #182)

It should be noted that Chromium-based browsers do have some restrictions for writing text to the clipboard:

- Secure context (https)
- Chome is current app
- Script is running in the active tab

(https://groups.google.com/a/chromium.org/g/blink-dev/c/epeaao7l13M/m/b8ewAH5uBwAJ)

So if a web page is loaded into a background tab, it won’t be able to write to the clipboard.

-- 
Reply to this email directly or view it on GitHub:
https://github.com/w3c/clipboard-apis/issues/182#issuecomment-1235939636

You are receiving this because you are subscribed to this thread.

Message ID: <w3c/clipboard-apis/issues/182/1235939636@github.com>

Received on Friday, 2 September 2022 22:26:06 UTC