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