when I have side-menu, I can’t left-swipe on my view?
Try using drag-content="false"
where you have side-menu-content
or $ionicSideMenuDelegate.canDragContent(false)
in the respective controller. This will disable the drag feature of the side menu letting other elements in the view to be able to swipe left and right.
1 Like