Use Case: Button Display on iOS Devices

On a reference form screen, you want to display an ‘iOS User Guide’ download button only for iOS users. Android users will not see this button.

Adding a Button Display Action on iOS Devices

  1. Enter the UI Design module.
  2. Drag a Button element from the Elements panel on the left side and drop it onto the screen.
  3. In the Properties panel, enter ‘Download iOS Guide’ in the Label field of the button.
  4. Click on an empty area and follow this path from the + ADD ACTION menu: Onclick → Device → Is iOS

Configure the Is iOS Action

  • Action Type: Initial Actions > Device > Is iOS
  • Where to use: In the UI Design module, select the button element whose visibility you want to set.
    • Open the Properties panel on the right.
    • Find the Visibility field.
    • Here, select the Sometimes Visible option.
    • In the Condition field that opens, enter the variable or expression that will determine visibility. For example: isIOSDevice
    • Save your changes.