webview_go
webview_go copied to clipboard
Add a way of getting the native handle of the webview
I found myself needing to get the native widget of the webview instance, the WEBVIEWAPI defines the webview_get_native_handle function, which returns a native handle of choice, I've exposed that API here.
Even if the repository is not being maintained I'll still open this here in case anyone else needs it.