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:
Enter the URL
Paste the URL of the webpage or application you want to open in the designated field.
Choose Launch Mode
Select your desired launch mode from the dropdown menu. The available options are:
Platform Default
This uses the device's default method for handling URLs, which typically opens the link in the user's web browser WebView
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.
External Application
This attempts to launch a specific app associated with the URL. For example, opening a YouTube link in the YouTube app.
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