Hi,
I need to hide some dropdownMenuWebBlock in mobile how can i do that ?
For example I have below menus
1. Home
2. Job
3. Contact
I need to hide third option (Contact) in Smartphones
Thanks & Regards
DM Singh
Hum...
Can't you just put an IF around it (menu) with the condition to show or not?
https://success.outsystems.com/Documentation/10/Reference/Mobile_Interfaces/Designing_Screens/If_Widget
But there is something I didn't get...
What do you mean by "smartphone"?
Like, do you want to identify if it is a tablet or a phone and hide only in the second?
If this is the case, I think you can find useful information here
https://www.outsystems.com/blog/adaptive-mobile-patterns-phone-tablet-screen-sizes.html
And I'm pretty sure in mobile/web patterns you have actions that tell you the device type.
Cheers
Eduardo Jauch