browser.getApplicationState

Gets the # anchor of the current URL in the browser address bar.

Syntax

ui.Interface.frontCall("browser", "getApplicationState",
   [], [anchor])
  1. anchor - The # anchor in the current URL.

Usage

The "getApplicationState" front call allows the application to retrieve the # anchor in the current URL displayed in the browser address bar.

This API must be used in conjonction with the applicationstatechanged special action. For more details, read Controlling web application state (#anchor).