Use Case: Opening the Terms & Conditions Page in a New Tab

In an application, users want to quickly access the ‘Terms & Conditions’ page when registering or making a purchase. When they click the ‘View Terms’ button, the relevant web page opens in a new tab.

Steps to Add the Open In Browser Action

  1. Enter the UI Design module and drag a Button element from the left panel and drop it where you want.
  2. Enter the following text in the Label section of the button: View Terms
  3. Select the button and add the following action from the + ADD ACTION menu: OnClick → Device → Open In Browser
  4. In the action configuration:
    • URL:https://www.yourdomain.com/terms-and-conditions
    • Open As: New Tab

When the user clicks the ‘View Terms’ button, the Terms & Conditions page opens in a new browser tab and the user can review the content without leaving the current page.