quasarframework / quasar

Quasar Framework - Build high-performance VueJS user interfaces in record time
https://quasar.dev
MIT License
25.57k stars 3.45k forks source link

Detect multiple touch events #6309

Open whoacowboy opened 4 years ago

whoacowboy commented 4 years ago

I need need to track multiple touch events mostly for pinch and zoom, but also for two finger swipe and movement.

Describe the solution you'd like This is the current repo I have been using. I have forked it because they have stopped maintaining it. I asked to take it over, but they aren't interested. https://github.com/zingchart/zingtouch

Describe alternatives you've considered See above.

Additional context Nope

pdanpdan commented 4 years ago

And what is the feature request?

whoacowboy commented 4 years ago

@pdanpdan To detect multiple touch events on the following directives. Currently only the first touch is detected.

https://quasar.dev/vue-directives/touch-hold https://quasar.dev/vue-directives/touch-pan https://quasar.dev/vue-directives/touch-swipe

If you could add a pinch detection, that would be great as well.

jagged3dge commented 3 years ago

This could be a welcome addition. Saves having to go for an external dependency for image galleries because of the missing pinch-zoom support when viewing via QCarousel or QImg components

Codebreaker101 commented 2 years ago

Any update on this perhaps?