esferatec Is there a way to deactivate or intercept the keys in a webview so that the user cannot press "Ctrl+P" to print, for example? The Windows event "onKey" does not work.
Samir Disabling printing is not possible using Webview2 even with other programming language. I will see what workaround I can find...
esferatec I just found some informatione about the key in the WebView2. There is a way to turned off the shortcuts if AcceleratorEnabled is False: [Login to see the link]
esferatec It would be great if you could do that. It makes this kind of application more professional.