vue3-touch-events
vue3-touch-events copied to clipboard
Simple touch events support for vue.js 3
Hello, How can I stop touch event propagation? For example with swipe , I see page scroll behind element I swipe Regards
After getting a project to work (just about) on desktop, with items being dragged and dropped into the correct places, I then ran it on mobile devices but nothing moves,...
Hello, I had quite a hard time finding out, why my animation is jerky after migrating from vue2 to vue3. I am not going into details why, but it was...
How I can trigger event only if press and release created on one element? Now tap trigger also if press outside element, then release on it
Hi there! Thanks for this wonderful plugin. I'm having a more difficult time triggering the swipe functionality than I would like. Don't get me wrong - it _does_ work, but...
Hello! Can't get it working. First tried vue2 branch with no success, now same with vue3. When I specify function name as in docs, nothing happens: ```` v-touch:tap="buttonCallback" ```` and...
It seems that a drag using the mouse does not trigger the drag end event when the area (the component) is left, so the drag is still active when re-entering...
Why does the plugin, when initializing the page, execute all events hung on each element of the list
Why does the plugin, when initializing the page, execute all events hung on each element of the list, while nothing should happen to these elements at all. And when a...
is there a way to prevent browser scrolling on horizontal swipes? Maybe this could be added as an option, Swipe.js is using a test variable for that: https://github.com/thebird/Swipe/blob/da6cc72f6ee72d53d9d0bd457025d42a87c227ee/swipe.js#L301
For the following code inside my ``: ```html ... ``` I get the warning ``` Property 'swipe' does not exist on type '{ $: ComponentInternalInstance; $data: { timelineRef: Ref |...