quasar
quasar copied to clipboard
Detect multiple touch events
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
And what is the feature request?
@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.
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
Any update on this perhaps?
I'm just bringing up the issue after three years. I would also welcome a pinch-zoom in/out detection directive built into the framework.
@cimpok For what it's worth, I have moved over to mjolnir.js. I like it well enough. It can be a little finicky if you are watching multiple events but we have been able to make it work.
@whoacowboy Thank you, James. Exactly what I was looking for, even has the right example (imageviewer) , I will use it with SVG images (generated with SkiaSharp on my api server)