How to get the toggle sidebar navigation in Mendix Native mobile app

2
Hi , I want to have a Toggle side bar menu in Mendix Native mobile application and i didn’t want to use the bottom bar items .How to do that one in Mendix Native mobile application.  
asked
1 answers
1

Hello

 

You can use the Layout NativePhone_SideMenu, from Atlas_Core module. This layout is excluded from the project, for some reason.

 

 

Copy this layout to your project, rename it and then you can use the side area to include a menu. By default, there's a placeholder in this area, but I couldn't manage to find a way to make it work (it remains blank if you put a content on it)

Then you can add a snipped with the menu itens and maybe also an avatar.

 

 

The final result is like this:

 

 

answered