Open cehoffman opened 8 years ago
Fixes #1092
There is some question on if e.preventDefault() should be on the touchstart too. This works fine for a mouse and touch interface and a pure mouse interface. I haven't tested a pure touch interface yet.
e.preventDefault()
touchstart
Inpiration
http://stackoverflow.com/questions/13655919/how-to-bind-both-mousedown-and-touchstart-but-not-respond-to-both-android-jqu
Fixes #1092
There is some question on if
e.preventDefault()
should be on thetouchstart
too. This works fine for a mouse and touch interface and a pure mouse interface. I haven't tested a pure touch interface yet.Inpiration
http://stackoverflow.com/questions/13655919/how-to-bind-both-mousedown-and-touchstart-but-not-respond-to-both-android-jqu