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

Eval in Asynchronous thread not work

Open kityun opened this issue 2 years ago • 0 comments

go func(){

...

callback(func(){ w.Eval(" alert('Hello from webview!'); ") ) ..

}

kityun avatar Sep 16 '22 09:09 kityun