Question
3
Replies
713
Views
Posted: February 26, 2019
Last activity: February 27, 2019
Closed
Solved
Visibility condition expression examples for Mobile Mode
Hi Community,
We have a requirement for a property to only show in mobile mode, does anyone know how to add in a visibility condition for when the UI is in smartphone mode?
I was not able to find any expression samples or examples online in regards to this so any feedback would be appreciated.
Thanks,
Masato
***Edited by Moderator Marissa to update platform capability tags****
Try pyIsMobile for mobile check in general, and pyIsMobilePhone for mobile phone check.
Thanks