1000ch / vue-recognizer

Vue.js plugin to recognize touch, mouse, pointer events using Hammer.js.
https://www.npmjs.com/vue-recognizer
MIT License
11 stars 0 forks source link

Adding event blocks panning on scrollable components #5

Open juan-carvajal opened 4 years ago

juan-carvajal commented 4 years ago

Hi, I had the intention to use the component to add pinch gestures to my web app, the pinch gesture sure works, but it blocks the panning event on a scrollable component (obviously making the whole thing pointless, why would I be able to zoom but can't pan around). Setting the panning event also does not work. Any workaround?

1000ch commented 4 years ago

I'm not 100% sure what is happening on your situation, does it happen when you use hammer.js? If you face the same problem, this should be issued on that repo.