The High level binding to webview in Kotlin
The window size hints used by WebviewKo.size
WebviewKo.size
Binds a native Kotlin/Java callback so that it will appear under the given name as a global JavaScript function.
Posts a function to be executed on the main thread.
Evaluates arbitrary JavaScript code.
Set webview HTML directly.
Injects JavaScript code at the initialization of the new page.
Navigates webview to the given URL
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