brutaldesign/swipebox

Mobile Browser Swipe Bugfix

mamaretti opened this issue · 0 comments

when swiping on mobile device slides sometimes not moving to the the next slide

it can be fixed by adding in line 412
$this.setSlide(index);

below
hSwipe = false;

schuld be
hSwipe = false;
$this.setSlide(index)