Hi all,
I’m trying to create an ionic app which has a left and right sidemenu, but I’m finding that the side-menu icons (and the ability to swipe left or right to open them) is disappearing when I try to navigate. I’m obviously doing something wrong, but I can’t see what it is.
see …
http://plnkr.co/NpqmVT
… for a simplified version of the code. To replicate the error, simply click on the ‘click to view details’ button.
Cheers
Go to this tutorial: http://www.gajotres.net/ionic-framework-tutorial-4-mixing-ui-patterns/
Look for a chapter: Two Side menus combination
It has what you need … further inner pages will also have visible sidebar buttons
the only thing you are missing is this:
<ion-side-menus enable-menu-with-back-views="true">
by default… if you navigate in the page the sidemenus are disabled by default.
with enable-menu-with-back-views=“true” you can access the sidemenus everywhere in your app