a!isNativeMobile()
Returns true if the interface is being viewed within the Appian for Mobile application. Returns false otherwise.
Use a!isNativeMobile() when you are specifying behavior unique to a mobile app. For example, you might use a!isNativeMobile()
to check for mobile browser users who are not using the Appian Mobile application and show them a redirect link to download the application.
See also:
No parameters.
Boolean
a!isNativeMobile
function to set site page visibility.Feature | Compatibility | Note |
---|---|---|
Portals | Compatible | |
Offline Mobile | Compatible | |
Sync-Time Custom Record Fields | Incompatible | |
Real-Time Custom Record Fields | Incompatible | Custom record fields that evaluate in real time must be configured using one or more Custom Field functions. |
Process Reports | Incompatible | Cannot be used to configure a process report. |
Process Events | Incompatible | Cannot be used to configure a process event node, such as a start event or timer event. |
a!isNativeMobile() Function