robinrodricks / vue3-touch-events

Simple touch events support for vue.js 3
MIT License
216 stars 27 forks source link

Prevent scrolling on swipe #25

Open reneroth opened 1 year ago

reneroth commented 1 year ago

is there a way to prevent browser scrolling on horizontal swipes? Maybe this could be added as an option, Swipe.js is using a test variable for that:
https://github.com/thebird/Swipe/blob/da6cc72f6ee72d53d9d0bd457025d42a87c227ee/swipe.js#L301