vuetifyjs / vuetify

🐉 Vue Component Framework
https://vuetifyjs.com
MIT License
39.67k stars 6.95k forks source link

[Feature Request] Add swipe gestures for mouse to VWindow #1885

Open jameshhood opened 6 years ago

jameshhood commented 6 years ago

Versions

Vue 2.4.2 - Vuetify 0.15.2

What is expected ?

What is actually happening ?

Currently the carousel is very basic and really only allows you to change the icons inside of it.

Reproduction Link

Current Carousel https://vuetifyjs.com/components/carousels

Link to another framework carousel http://element.eleme.io/#/en-US/component/carousel

What will it allow you to do that you can't do today?

more fluent and current interactivity with carousels

How will it make current work-arounds straightforward?

Well there are no examples of doing any of this on the main site so I'm not even sure there are work arounds for this.

What potential bugs and edge cases does it help to avoid?

gesture and event based bugs for sure and css related bugs trying to hide certain elements to the existing carousel

I'm not really sure what other information you may need so please let me know if there is anything you'd like more input on. I originally removed the bottom part of the boilerplate for the ticket because the directions for feature requests were a little hazy.

jameshhood commented 6 years ago

Breakout from #1617

jacekkarczmarczyk commented 6 years ago

Mobile swipe is already implemented, could you please update the description to mention only mouse dragging?

jameshhood commented 6 years ago

@jacekkarczmarczyk updated

johnleider commented 6 years ago

This functionality exists in the framework.

KaelWD commented 6 years ago

No it doesn't, swipe only works with touch.

xfvelocity commented 3 years ago

Any update on this?