cubiq / iscroll

Smooth scrolling for the web
http://iscrolljs.com
MIT License
12.87k stars 3.8k forks source link

Allow mouse and touch events at the same time #1097

Open cehoffman opened 8 years ago

cehoffman commented 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.

Inpiration

http://stackoverflow.com/questions/13655919/how-to-bind-both-mousedown-and-touchstart-but-not-respond-to-both-android-jqu