go-webview2 icon indicating copy to clipboard operation
go-webview2 copied to clipboard

WebView2 bindings for pure Go, without CGo, based on the webview/webview bindings.

Results 32 go-webview2 issues
Sort by recently updated
recently updated
newest added

i want capture the webview to a picture, how can i do it?

question

**Problem:** - GetWindowLongPtrW and SetWindowLongPtrW functions don't exist on 32-bit - This caused runtime errors at launch for 32-bit binaries **Solution:** - Implemented conditional compilation using Go build constraints -...