13
Views
2
Comments
HiddenInSmartPhone Class not working for Header menu webblock
Question

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

2020-02-28 09-46-54
Eduardo Jauch

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

2020-02-28 09-46-54
Eduardo Jauch

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

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.