SteveSandersonMS / WebWindow

.NET Core library to open native OS windows containing web UI on Windows, Mac, and Linux. Experimental.
Apache License 2.0
1.99k stars 215 forks source link

Update to WebView2 version 0.9.430 (need help) #81

Closed eivarin closed 1 year ago

eivarin commented 4 years ago

Having a problem with Put_bounds. Don't know how to get the webviewHost Into this method as it is where you now use the put_bounds method. b34a0fe9a5caec8f88eb892d42b864f52f45ca1d image

This would allow to block the right click to open the context menu fixing #80

reflectronic commented 4 years ago

Hey, I made a pull request to your fork which finishes the implementation (https://github.com/eivarin/WebWindow/pull/1).