webview_navigate
public final Unit webview_navigate(CPointer<? extends CPointed> w, String url)
Content copied to clipboard
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
w
the handle of webview, usually returned by webview_create
url
the URL or URI