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
navigator.clipboard.writeText doesn't work in webviews. See how to reproduce section for demo.
navigator.clipboard.writeText
It should work
package.json
{ "main": "/main.html", "name": "demo" }
main.html
<!doctype html> <html lang="en"> <head> <meta charset="utf-8"> <title>Demo</title> </head> <body style="width:100vw;height:100vh"> <h2>Clipboard doesn't work in webviews:</h2> <webview style="width:100%;height:100%" src="https://www.w3schools.com/howto/howto_js_copy_clipboard.asp"></webview> </body> </html>
Demo opens page with live demostraion of "Copy Text to Clipboard" which perfectly works in browser, but doesn't work in webviews.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Current/Missing Behavior
navigator.clipboard.writeText
doesn't work in webviews. See how to reproduce section for demo.Expected/Proposed Behavior
It should work
Additional Info
How to reproduce
package.json
main.html
Demo opens page with live demostraion of "Copy Text to Clipboard" which perfectly works in browser, but doesn't work in webviews.
The text was updated successfully, but these errors were encountered: