Hi. I have a problem with Ionic's side menu. I need to display it on all but the first views.
I tried to put all the views with the side menu, and hide the menu button on the main page, but when you put hide on the button, it disappears in all views. So that did not work out.
Then I also tried to insert the side menu in all views, except the main page, but as the side menu is being created on page 2, the back-button does not appear to take back to the main page. When I inspected the element, I noticed that the back-button exists, but with a hide class I can not change. Does anyone know how to do this?