Swipe icon indicating copy to clipboard operation
Swipe copied to clipboard

Is it possible to disable swipe from right to left?

Open marky04 opened this issue 10 years ago • 3 comments

marky04 avatar Mar 26 '14 05:03 marky04

I encountered this problem, judged by delta.x at events.move(), and current index may solve this problem.

n3g2 avatar Apr 03 '14 10:04 n3g2

So, how can we disable right to left swipping but allow vertical scrolling?

gazpachu avatar Jul 16 '14 10:07 gazpachu

Judged delta.x < 0 or delta.x > 0 or delta.y < 0 or delta.y > 0.

n3g2 avatar Aug 29 '14 06:08 n3g2