vue-concise-slider icon indicating copy to clipboard operation
vue-concise-slider copied to clipboard

Suggestion: Prevent document move only on specific swipe direction

Open hansy opened this issue 3 years ago • 1 comments

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:

  • true (prevent document move on any swipe; current behavior)
  • false (document moves regardless of swipe; current behavior)
  • horizontalOnly (prevent document move only on horizontal swipe)
  • verticalOnly (prevent document move only on vertical swipe)

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.

hansy avatar Apr 04 '21 07:04 hansy

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

warpcgd avatar Apr 28 '21 09:04 warpcgd