void goForward()

Navigates the browser forward. This can be called from a browser or a toolbar. If called from a toolbar, it will navigate the browser associated with the toolbar forward.

Security

Trust Level Required: None

Return

Void

Example


var url = "https://m.kioware.com/api";                           
KioBrowser.loadURL(url);
KioBrowser.goBack();
if (KioBrowser.canGoForward())
    KioBrowser.goForward();
                            

Requirements

KioWare for Android version 4.0 or greater.