KioBrowser Object

JavaScript APIs to interact with KioWare browser(s).

Functions

Type Signature
void goBack()
Navigates the browser back.
void goForward()
Navigates the browser forward.
boolean canGoBack()
Determines if the browser can go back.
boolean canGoForward()
Determines if the browser can go forward.
void goHome()
Navigates the browser to the start page.
void reload()
Refresh the browser's current page
void stopLoad()
Stop loading the browser.
String getURL()
Gets the url of the focused page of the browser.
void focus()
Puts input focus on the browser.
void loadURL(String)
Navigates the browser's focused page to the specify url.
void showSSID()
Display the currently connected network service set identifier as a toast message.
void showWiFiManager()
Navigates the browser focused page to KioWare built-in WiFi manager page.
void showMessage(String, int)
Shows a message to the user as toast message.