url

public final Unit url(String v)

Navigates webview to the given URL

URL may be a data URI, i.e. "data:text/text,...". It is often ok not to url-encode it properly, webview will re-encode it for you. Same as navigate

Parameters

v

the URL or URI

public final Unit url(String v)

Navigates webview to the given URL

URL may be a data URI, i.e. "data:text/text,...". It is often ok not to url-encode it properly, webview will re-encode it for you. Same as navigate

Parameters

v

the URL or URI

public final Unit url(String v)

Navigates webview to the given URL

URL may be a data URI, i.e. "data:text/text,...". It is often ok not to url-encode it properly, webview will re-encode it for you. Same as navigate

Parameters

v

the URL or URI