SwissUpLabs Logo

Show content for specific devices only

Sometimes it’s very usefull to show Dropdown column or Sibling for specific device only.

This can be achived with Dropdown or Siblings status exeptions field and negative look-ahead regex statement.

Usage Examples

  1. Enable your dropdown or sibling content
  2. Fill the status exception field with negative look-ahead statement that matches your needs.

    Regex Examples:

    Matched Expression Status Description
    ^(?!.*(mobile|Mobile|iphone)) Disabled Change status to Disabled for all non-mobile User Agents
    ^(?!.*(iPad)) Disabled Disable menu for all devices except Ipad

Next Up

Edit this Page