80
Views
4
Comments
LayoutSideMenu - menu buttons always "hidden" on iPad
Question

Hi all,

I would like to force the menu buttons (using the LayoutSideMenu) always "hidden" on iPad ... in portrait and landscape mode (as default it works only in portrait mode).

Is there an easy way to do that with the CSS ?

Someone can help me ?


Thanks !

2023-08-28 07-00-10
Paulo Torres
Champion

Do you to do something like the behavior in mobile phone, right?

2019-11-26 09-13-57
Luca De Mori

Paulo Torres wrote:

Do you to do something like the behavior in mobile phone, right?

exactly ...

2021-03-07 10-07-34
Bernardo Bruno

have you tried "display: hidden;" or "display: none;" ?

UserImage.jpg
Roberto Almeida

Hi Luca,
natively in OutSystems you have 3 CSS classes that are rendered depending on the device you are using:
.desktop and .tablet and .phone. 

You can find this and more information about responsiveness in this documentation:

https://success.outsystems.com/Documentation/SILK_UI_Framework/05_Understanding_Responsive_and_Adaptive

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