jchv / go-webview2

WebView2 bindings for pure Go, without CGo, based on the webview/webview bindings.
Other
263 stars 64 forks source link

Add automatic focusing of the WebView2 widget. #38

Closed jchv closed 2 years ago

jchv commented 2 years ago

This is added as an option because it's unclear if this is the truly desired behavior. There may also be a better way to get this behavior.

This should provide sufficient relief for the problem in #32. It may not be the end of the story for focus issues, though; I suspect that focus can still wind up being tricky in some circumstances.