Swipe
Swipe copied to clipboard
Is it possible to disable swipe from right to left?
I encountered this problem, judged by delta.x at events.move(), and current index may solve this problem.
So, how can we disable right to left swipping but allow vertical scrolling?
Judged delta.x < 0 or delta.x > 0 or delta.y < 0 or delta.y > 0.