5
Hi. I have a problem regarding the side menu of Ionic. I need to display it in all views except the first one.
I tried to put all views with the side menu, and give Hide on the menu button on the main page, but by putting Hide on the button, it disappears in all views. So it didn’t work out.
Later I also tried to insert the side menu in all the views, except in the main page, however as the side menu is being created in the "page 2", the back-button does not appear to take back the main page. When inspecting the element, I realized that the back-button exists, but with an Hide class that I can’t change. Someone knows how to do this?
I need to see what you’re calling the menu icon. In my app I place the buttons inside a "<ion-Nav-Buttons side="left">" only on the pages I want the menu button.
– André Vicente