void loadURL(String)
Navigates the browser's focused page to the specified url. This can be called from a browser or a toolbar. If called from a toolbar, it will nagivate on the browser's focused page associated with the toolbar.
Security
Trust Level Required: Low Trust
Parameters
Name | Description |
Url |
String The url to navigate to. |
Return
Void
Example
var url = "https://m.kioware.com/api";
KioBrowser.loadURL(url);
console.log(KioBrowser.getURL());
Requirements
KioWare for Android version 4.0 or greater.