-
Notifications
You must be signed in to change notification settings - Fork 50
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
cmd+c/cmd+v not working in webview (MacOs) #18
Comments
Been having the same problem too. |
In my use case I was able to get around the issue by intercepted the key presses on the js side and passing them on to the relevant components, but it's not ideal. I keep my fingers crossed that there is a simple solution thst can be implemented on the choc::webview side. Until now this has been the only real issue I've faced with it. |
Thanks - we'll be doing some plugin compatibility work fairly soon, and this is one of the things we'll be checking |
Would be eager to get this supported so and do something similar to Any input is welcomed Thanks ! |
OK, I've pushed a fix for this now - give it a try! |
Works fine now. Thanks a lot ! |
Default keybindings for copy/paste/cut don't seem to work with the webview on MacOS. As a test you can add a simple
<input type="text">
to your page. The same test works fine on Windows. Is there something special that needs to be done to enable this behaviour? I'll dig through the source to see if something obvious jumps out, perhaps it's a known issue?The text was updated successfully, but these errors were encountered: