I’m having problems with this drag-content=“false”. In the content area I’ve created a small card like widget using $ionicGesture events. I want to disable the option to swipe open the side-menu because this interaction conflicts with this widget I’ve build. But if I set
<pane side-menu-content drag-content="false">
ALL dragging events seem to stop working in the content pane - not only the opening/closing of the side-menu. Is this a bug or am I doing something wrong?
(BTW, great framework! I love Angular and Ionic is a great supplement for developing Cordova apps)