webview_navigate

abstract fun webview_navigate(webview: Pointer?, url: String)

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.

Parameters

webview

the handle of webview, usually returned by webview_create

url

the URL or URI