boolean canGoBack()

Determines if the browser can go back. This can be called from a browser or a toolbar. If called from a toolbar, it will determine if the browser associated with the toolbar can go back.

Security

Trust Level Required: None

Return

True if the browser can go back.

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.