How to apply both sides menus via a good way

I’m wonder about if there is a good way to apply both sides (left and right) menus in one scene.

I try to put two ion-side-menus in html.But I have a gesture problem that left or right swipe is confused. Two side menus both listen swipe gesture event together at time. I can’t turn off or on side menus in proper order.

So I wanna know how to apply both sides menus in one scene

1 Like

You can always disable the drag gestures or enable edgeDragThreshold

edgeDragThreshold allow you to say only start the drag when at the very edge of the screen.

http://ionicframework.com/docs/api/service/$ionicSideMenuDelegate/