WebviewKo

expect fun WebviewKo(debug: Int = 0, libPath: String? = null)

Parameters

debug

enable debug mode for webview

libPath

The lib's path. Not supported in Kotlin/Native

actual fun WebviewKo(debug: Int, libPath: String?)

create a webview or throws Exception if failed

Parameters

debug

enable debug mode for webview

libPath

The lib's path.

actual fun WebviewKo(debug: Int, libPath: String?)

create a webview or throws Exception if failed

Parameters

debug

enable debug mode for webview

libPath

The lib's path.

actual fun WebviewKo(debug: Int, libPath: String?)

create a webview or throws Exception if failed

Parameters

debug

enable debug mode for webview

libPath

not supported in Kotlin/Native