Webview Ko
The Kotlin Multiplatform binding to webview
Constructors
create a webview or throws Exception
if failed
create a webview or throws Exception
if failed
Types
Should be used in bind to throw an exception in JS
Should be used in bind to throw an exception in JS
Should be used in bind to throw an exception in JS
The window size hints used by WebviewKo.size
The window size hints used by WebviewKo.size
Functions
Binds a Kotlin callback so that it will appear under the given name as a global JS function.
Binds a Kotlin callback so that it will appear under the given name as a global JS function.
Posts a C function to be executed on the main thread.
Posts a function to be executed on the main thread.
Posts a function to be executed on the main thread.
Return the Pointer of the webview.
Return the C Pointer of the webview.
Injects JS code at the initialization of the new page.
Injects JS code at the initialization of the new page.
Updates the size of the native window.
Updates the size of the native window.
Updates the size of the native window.
Removes a callback that was previously set by webview_bind
.
Removes a callback that was previously set by webview_bind
.