jchv / go-webview2

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

Add bindings and expose Navigation Starting and Navigation Completed #53

Open nomis51 opened 2 years ago

nomis51 commented 2 years ago

Add bindings for Navigation Starting and Navigation Completed which would also resolve the issue #50 .

TL;DR Changes :

I'm still new to Go and webview in general, so if I made mistakes or did something wrong, just let me know, I'll do my best to fix it.