brutaldesign / swipebox

A touchable jQuery lightbox
1.96k stars 667 forks source link

Mobile Browser Swipe Bugfix #386

Open mamaretti opened 3 years ago

mamaretti commented 3 years ago

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;

https://github.com/brutaldesign/swipebox/blob/5533b6e2c9aa8570d2fd2ac59eb5c2b29886800b/src/js/jquery.swipebox.js#L412

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