Mobile Browser Swipe Bugfix
mamaretti opened this issue · 0 comments
mamaretti commented
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;
swipebox/src/js/jquery.swipebox.js
Line 412 in 5533b6e
schuld be
hSwipe = false;
$this.setSlide(index)