warpcgd / vue-concise-slider

vue-concise-slider,A simple vue sliding component
https://warpcgd.github.io/vue-concise-slider/#/
918 stars 186 forks source link

Suggestion: Prevent document move only on specific swipe direction #131

Closed hansy closed 2 years ago

hansy commented 3 years ago

If I have a slider withpreventDocumentMove = true, I cannot scroll if I swipe up/down on the slider. It would be nice if there was a conditional check to see if the swipe is vertical before disabling the document.

Perhaps the values for preventDocumentMove could be:

Instagram, for example, disables vertical scrolling if you swipe horizontally on their slider. But if you swipe vertically, you can scroll even if you swipe on the slider.

warpcgd commented 3 years ago

Thank you for your suggestion, I will add it in the next version