I am trying to make a small application in ionic2to find out about this, but I have a navigation problem.
In fact, I understand well the difference between rootpage(change whit nav.setRoot) and the "normal" page (add with nav.push). The fact is that for my application I will need to open the side menu (this is normal if I am on rootpage, but do not completely disagree with the second type of page) and to return (this is normal using a push page, but not with the root page )
So, for me, this page type should be a click, not a root page, but how to display the side menu on this page type?
Thank.
source
share