Drag and drop not functioning when creating album
-
Hi,
I reported this issue to you some 7 months ago which was never fully resolved although a workaround was found.
Following a similar problem on another application the cause of the issue (and solution) was found and I quote from their developer ‘The reason it was having an issue was because historically a device has one interaction type (event) going on at a time. For computers etc these are (mousedown, mousemove and mouseup) for touch screen devices (touchstart, touchmove, touchend). The issue with your laptop is that it fires both events at the same time on a touch event. So for touch events, it runs touchdown when your finger hits the screen and straight after it runs mousedown too. Which confused the code. I’ve fixed it by stopping the mousedown event (and equivalents for mousemove and mouse up) running if there are touches present in the event.’
Hope this is useful.
Regards
David
- The topic ‘Drag and drop not functioning when creating album’ is closed to new replies.