openUrl

Using this action, you can navigate users to external web pages or applications.

This action allows you to launch a URL . This can be useful for directing users to:

  • Informational websites

  • Online forms

  • Social media profiles

  • Third-party applications

Adding the Open URL Action:

  1. Enter the URL

    • Paste the URL of the webpage or application you want to open in the designated field.

  2. Choose Launch Mode

    • Select your desired launch mode from the dropdown menu. The available options are:

      1. Platform Default

        • This uses the device's default method for handling URLs, which typically opens the link in the user's web browser WebView

      2. WebView

        • This opens the URL within a dedicated web view component embedded within your app. It allows the user to view the webpage without leaving the app.

      3. External Application

        • This attempts to launch a specific app associated with the URL. For example, opening a YouTube link in the YouTube app.

      4. External (Non-Browser)

        • This option is for opening specific types of links outside a web browser.

By following these steps, you can effectively specify how a URL should be opened within your app or development

Last updated