I want to get hamburger menu bar even for large screen also. Right now it is coming as a menu item in top bar . Please suggest me how can I do that?
Hi, friend.
Have you tried the dropdown widgets?
Some of then are available to use inside the WebPattern outsystems module.
Hi
You can try below suggestion from other post.
There is a device configuration property on layoutmenutop that will let you set the width
Hello,
You can try using LayoutSideMenu in Reactive web.
Hi Shubham,
Put this css in your page:
.layout-native .app-menu-icon.back .menu-icon, .desktop .menu-icon, .tablet.landscape .layout-native.aside-visible .menu-icon, .app-menu-icon.back .menu-icon, .app-menu-icon:not(.back) .menu-back {
display: flex !important;
}
Hope this works.
Thanks