void reload()

Refresh the browser's current page. This can be called from a browser or a toolbar. If called from a toolbar, it will refresh the browser's current page associated with the toolbar.

Security

Trust Level Required: None

Return

Void

Example


var url = "https://www.google.com";                           
document.body.style.backgroundColor = "blue";
KioBrowser.reload();
                            

Requirements

KioWare for Android version 4.0 or greater.