wieringen / tinycircleslider

A lightweight circular carousel for jQuery
http://baijs.com/tinycircleslider
Other
105 stars 42 forks source link

Shouldn't disable mouse event handling on touch devices #7

Closed BrandonLive closed 9 years ago

BrandonLive commented 9 years ago

This is a really horrible practice to disable mouse handling just because a machine has a touch screen. I made changes locally to address this but it was on an older version. I'll try and submit a PR to fix this soon. It's really busted that mouse interactions don't work on touch screen devices though (and unfortunately it's bugs like this that are leading some browsers to start emulating touch events from mouse input, which is really sad).