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

The Wails fork of go-webview2

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

do you have any example of getting response headers? https://godocs.io/github.com/wailsapp/go-webview2/pkg/webview2?platform=windows%2Famd64#ICoreWebView2HttpResponseHeaders.GetHeader

question

Hello, after I updated go-webview to v1.0.11, when calling Golang through JS to return a long string, a panic: `Overlapped I/O operation is in progress.` will appear. (it case `goroutine...

https://github.com/wailsapp/go-webview2/blob/50194ba97877f46b8db47066ba2cde15821b1ff0/pkg/edge/chromium.go#L115C4-L115C17 ```go func (e *Chromium) errorCallback(err error) { -> e.errorCallback(err) os.Exit(1) } ``` Hi, is there really no problem here?

https://github.com/wailsapp/go-webview2/blob/1cea6fa283522b953f44435a08c88da6ff35988b/pkg/edge/chromium.go#L242-L261 Error **"Overlapped I/O operation is in progress"** occurs if the length of the `script` parameter in `Eval` function is relatively long (approximately `len(script) >= 9000`). The corresponding Windows error...

Is there any way to pass a callback function when calling `ExecuteScript`? For example, consider the following code snippet. This code, of course, will panic during runtime. Could you please...

enhancement
question

hello, I found a question on win 10. when i use default webview2 runtime (133) ,app load slowly.but when i use the low version , 127 or 113 , it...

``` type Data struct { Msg string `json:"msg"` } // Greet returns a greeting for the given name func (a *App) Greet(d Data) string { return "hello" } ``` Error...

当 github.com/wailsapp/go-webview2 v1.0.22 `wails dev` 会报错 : ```bash Building application for development... • Generating bindings: Done. • Generating application assets: Done. • Compiling application: # github.com/wailsapp/wails/v2/internal/frontend/desktop/windows C:\Users\mo7cc\go\pkg\mod\github.com\wailsapp\wails\[email protected]\internal\frontend\desktop\windows\frontend.go:482:29: cannot use f.processMessage...

When using VoiceOver (the macos screen reader). It reads `textarea` tags perfectly, but the behaviour is incorrect when setting `dir="rtl"` to a textarea. Expected behaviour: The screen reader reads the...

https://github.com/wailsapp/wails/issues/2021