robinrodricks / vue3-touch-events

Simple touch events support for vue.js 3
MIT License
213 stars 27 forks source link

Elements won't move on mobile #22

Open quilkin opened 1 year ago

quilkin commented 1 year ago

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, I can tell (from Chrome remote tools and console.log) that the correct events (press, drag) are being fired, but the items say in the same place. So what am I missing?

xavier-ottolini commented 3 weeks ago

I try to drag'n drop an item from the origin spot to the target spot. The dragging items does not follow the digit. More over, sometimes, it does not move the item every time. I tried on Chrome 123 and Firefox 124 on Android 14.