I'm embedding a Google Docs webapp in a webview
in an Electron app.
The keyboard copy-paste (Cmd+C/Cmd+V on mac) works perfectly but the web clipboard, the one triggered via menus (Edit > Copy) does not work:
Does anyone know how to make it work in Electron?
Note that I can reproduce the issue with the Brave browser, browser based on Electron. Note also that Safari displays the same kind of notice.
I read there and there that Chromes implements some kind of exception with the Clipboard API for the google apps to make it works. I'd be interested to implement the same kind of exception with Electron.