Skip to main content

openBackPage

Description

Pops the current Page off the navigation stack and returns to the previous Page.

Parameters

None

Returns

void

Example

// Go to the previous page when the back icon is tapped
icoBack.onTap = () => {
$app.openBackPage();
};
  • $app.openPage(pagePath, linkArg, route) — Open a new Page
  • $app.openPageReplacement(pagePath, linkArg, route) — Replace the current Page