Mendix 8 Native: How to remove nav bar

0
Hi! I’m currently trying to make a new native layout in Mendix 8. However, I can’t remove the nav bar from the bottom. I’m making a login page, so I don’t want the navigation items on the bottom of the screen. How do I remove it?   Thanks!
asked
2 answers
3

Dear Tim and Sharon,

This feature is not jet available at the moment.

It is on the roadmap, but no timeline can be given.

Cheer

Andries

answered
1

A workaround I found for now:

 

If you delete every navigation item (“Bottom bar item”) from the Native phone profile under Navigation, the nav bar disappears and you can make your own using a position: absolute/bottom: 0 container that holds images that link to your other pages.

answered