The High level binding to webview in Kotlin
Binds a native Kotlin/Java callback so that it will appear under the given name as a global JavaScript function.
Evaluates arbitrary JavaScript code.
Set webview HTML directly.
Injects JavaScript code at the initialization of the new page.
Runs the main loop and destroy it when terminated.
Updates the size of the native window.
Stops the main loop.
Updates the title of the native window.
Removes a callback that was previously set by webview_bind.
webview_bind
Navigates webview to the given URL