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