Touch move not working on Chrome-Book chrome version-69
Hi,
Touch move event not working on chrome-book, in latest version(Chrome-69), previously it working on Chrome-67 version. What changes i have to do to make that work, also i am providing direct link from Code-pen, Link: https://codepen.io/belfz/pen/BjPqOQ
please revert as soon as possible.
Let me know if you need more info.
Regards, Nipun
See if this works on it .. https://stackoverflow.com/questions/24739830/how-to-implement-drag-and-drop-in-snap-svg-for-mobile-devices
Not working for me, Actually i am using snapsvg library.
I suspect you're going to have to roll your own, testing what events are created with the touchscreen after the change.
Same problem here... as from chrome 69 on a touch pc we can no longer drag anymore. This seems like something you guys need to fix
I suspect there may not be many more updates, but I may be wrong. I suspect you can probably roll your own method to handle it. I think the first thing is to see what actual event gets fired in JS and where the issue is.