diff --git a/src/swipe-cell/index.js b/src/swipe-cell/index.js index aecd512a9..96cdb847f 100644 --- a/src/swipe-cell/index.js +++ b/src/swipe-cell/index.js @@ -121,7 +121,7 @@ export default createComponent({ this.touchMove(event); if (this.direction === 'horizontal') { - preventDefault(event); + preventDefault(event, true); this.swipeMove(this.deltaX + this.startOffset); } },