Webview Library
All 15 C functions in webview.h
Types
The callback interface for webview_bind
due to JNA's function mapping rules.
Functions
Binds a native Kotlin/Java callback so that it will appear under the given name as a global JavaScript function.
Creates a new webview instance.
Posts a function to be executed on the main thread.
Evaluates arbitrary JavaScript code.
Returns a native window handle pointer.
Injects JavaScript code at the initialization of the new page.
Navigates webview to the given URL
Allows to return a value from the Kotlin/Java binding.
Runs the main loop until it's terminated.
Set webview HTML directly.
Updates the size of the native window.
Updates the title of the native window.
Stops the main loop.
Removes a Kotlin/Java callback that was previously set by webview_bind
.