webview2 icon indicating copy to clipboard operation
webview2 copied to clipboard

Rust bindings for WebView2

Results 2 webview2 issues
Sort by recently updated
recently updated
newest added

Is it possible to access / add support for the CoreWebView2 SharedBuffer APIs, i.e. [CreateSharedBuffer](https://learn.microsoft.com/en-us/dotnet/api/microsoft.web.webview2.core.corewebview2environment.createsharedbuffer?view=webview2-dotnet-1.0.1722.45) and friends? Think it would be useful for efficient communication of some buffer content (frames...

Hi, Thanks for the fantastic bindings. I had a shot at trying to implement experimental features from the Webview2 SDK into these bindings but it seems that idl files and...

enhancement