New Custom Navigation Component Questions

Hello,

I’ve tried the newly released Custom Navigation component and I wasn’t able to reproduce the “responsive web navigation components that show menu items or a hamburger menu depending on the screen size”. I’ve managed to follow the documentation but the hamburguer menu simply doesn’t show up automatically. How to make it work?

Also, the documentation says to create a new component as of navigation type. That will allow me to add the component on any part of the page, and also dynamically change its visiblity, which is great. But does that also mean that in order to add it in the bottom of the screen (like the Built-in Navigation) I’ll have to customize every page layout with the “stretch to the viewpoinrt height” and adding a new container before the custom navigation bar with full height for the page components? Or is there an easier way to use it?

Thanks!

@Matheus_Zeuch , pretty much same experience from my side.
Despite the caveats, I still find the custom navigation component useful on pages where some navigation advice is required.
What I dislike the most is the passed parameters being visible in the page URL of an web app…that’s pretty much what made me stop using the custom navigation at scale.

Seemingly you are developing mobile apps so the parameters that are being passed are not of any concern to you.

Still I find custom navigation useful to help control the pages navigation flow…but rather in addition to the native navigation bar…not as a genuine replacement of it.

I also use SoftTabs component as a custom navigation component, but mostly to control the navigation flow inside a given page…