vuejs / vue-touch

Hammer.js wrapper for Vue.js
MIT License
2.72k stars 391 forks source link

Just listen for swipe event #130

Open ghost opened 5 years ago

ghost commented 5 years ago

Hi, is it possible to just listen for a swipe up or a swipe down to happen? When I’m using v-touch swipeup it prevents the ability to scroll down the page. Is there a way to not prevent the default scrolling/swipe behavior and instead just trigger a method whenever a user swipes down or up?