Navigation
The Navigation action allows you to direct users to different destinations within or outside your app. It supports several navigation modes, each providing a distinct user experience.
Navigation Modes
- Push to a page
- Open in a new tab
- Open an external link
Push to a Page
Navigates to a specified page within your app.
Note:
To return to the previous page, you can either configure a button with a navigation action to the target page or use the browser’s back button.
Open in a New Tab
Opens the specified page in a new browser tab and displays its content.
Open an External Link
Redirects users to a specified external webpage when they click the configured component.
To set up, add the “Open External Link” action and enter the target URL.
Supported link types:
- Supports parameter concatenation, such as
?utm_term=gw&utm_medium=gw. - Supports internal page anchors, for example:
#section-id - Supports telephone links, for example:
tel:+1-555-123-4567 - Supports email links, for example:
mailto:user@example.com?subject=Inquiry - Supports download links, for example:
https://example.com/file.zip - Supports JavaScript pseudo-protocols, for example:
javascript:void(0); - Supports empty links/placeholders, for example:
#
Last updated on