Skip to content

fixed drag and drop for touch devices#252

Open
fpoljak wants to merge 1 commit intofatlinesofcode:masterfrom
fpoljak:master
Open

fixed drag and drop for touch devices#252
fpoljak wants to merge 1 commit intofatlinesofcode:masterfrom
fpoljak:master

Conversation

@fpoljak
Copy link

@fpoljak fpoljak commented Jun 14, 2016

evt.originalEvent.touches[0] needs to be used for touch devices
event.originalEvent.changedTouches[0] needs to be used for touch devices for touch end event.

evt.originalEvent.touches[0] needs to be used for touch devices
event.originalEvent.changedTouches[0] needs to be used for touch devices for touch end event.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant