swiper

Open full view…

Get swiper direction

andreavisibelli
Thu, 12 Jul 2018 10:19:14 GMT

Is it possible to detect if the swipe event is on right or left direction? I need to trigger an event if the user swipes right and a different one if it swipes left.

fabuchao
Fri, 13 Jul 2018 09:40:29 GMT

Maybe you can look for slideNextTransitionEnd (RIGHT) or slidePreviousTransitionEnd (LEFT) Events