webView

fun NodeManager.webView(): WebView

Add a WebView to this manager.

Return

the control added.


inline fun webView(configuration: WebView.() -> Unit): WebView

Create a WebView with configuration block.

Return

the control created.

Parameters

configuration

the configuration block.


inline fun NodeManager.webView(configuration: WebView.() -> Unit): WebView

Add a WebView with configuration block to this manager.

Return

the control added.

Parameters

configuration

the configuration block.