Side menu disables touch events (such as drag and swipe)

Hi,

When using the side menu, I can’t use the on-drag-right or on-swipe-right events on any of the html elements. I’ve tested the touch events in a view without the side menu and it works. However, if I have a view with the side menu, I can no longer use the touch events. I’ve tried to disable the dragging of the side menu using this line of code $ionicSideMenuDelegate.canDragContent(false) but I still can’t use the touch events.

Any thoughts on this?

Thank you.