vue-ssr-carousel icon indicating copy to clipboard operation
vue-ssr-carousel copied to clipboard

Slide tolarance

Open Erel0 opened this issue 2 years ago • 3 comments

I tried almost all slider plugins this is the best (working great resizing, ssr and other features) just one piece missing, slide tolarence option.

Erel0 avatar Oct 23 '22 11:10 Erel0

Thanks! What would that prop do? I'm unfamiliar with it.

weotch avatar Oct 25 '22 14:10 weotch

image

let's say user wants to add product to basket , when they click button or slider itself , drag:start will trigger after 5px movement . Because sometimes it will break @click event on slider itself .

Erel0 avatar Oct 26 '22 12:10 Erel0

What kind of markup are you using in those add to cart buttons? I've tried to handle this use case by preventing dragging on interactive elements and images here:

https://github.com/BKWLD/vue-ssr-carousel/blob/25fe08b94e17d2a80ddc06b36968ca6e7cc85281/src/concerns/dragging.coffee#L233-L241

Maybe I need to add <button> to the list?

weotch avatar Oct 26 '22 14:10 weotch