go-webview2
go-webview2 copied to clipboard
Eval in Asynchronous thread not work
go func(){
...
callback(func(){ w.Eval(" alert('Hello from webview!'); ") ) ..
}