void goHome()
Navigates the browser to the start page. This can be called from a browser or a toolbar. If called from a toolbar, it will navigate the browser associated with the toolbar to the start page.
Security
Trust Level Required: Low Trust
Return
Void
Example
var url = "https://m.kioware.com/api";
KioBrowser.loadURL(url);
KioBrowser.goHome();
Requirements
KioWare for Android version 4.0 or greater.