标签: javascript html ionic-framework
在我看来,我有:
<ion-content on-swipe-left="onSwipeLeft()" on-swipe-right="onSwipeRight()">
向左滑动可以正常工作并调用onSwipeLeft()。但是如果我向右滑动它会滑动打开侧面菜单而不是调用onSwipeRight()。有没有办法确保调用onSwipeRight()而不是打开侧面菜单?
答案 0 :(得分:1)
您希望使用ion-side-menu-content指令并设置drag-content: false。
drag-content: false