webview_navigate

public abstract Unit webview_navigate(Pointer webview, String url)

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