Detect left/right-swipe on touch-devices, but allow up/down-scrolling
I wrote my own touch handler events.maybe this helps you it checks for: fast click : ‘fc’ swipe left : ‘swl’ swipe right : ‘swr’ swipe up : ‘swu’ swipe down : ‘swd’ each check initializes it’s correspondent event.but you can scroll and do whatever else you do normally. you just have some new events. … Read more