benhowdle89 / touche

Effortlessly re-map click events to touch events on touchscreen UIs
http://benhowdle.im/touche
MIT License
605 stars 49 forks source link

jQuery implementation bug for touch PCs that have a mouse #15

Open choladay opened 9 years ago

choladay commented 9 years ago

When using the jQuery implementation of this library e.g.

// or with jQuery

$('.myButtons').on('click', handleClicks);

The problem addressed in https://github.com/benhowdle89/touche/pull/2 still exists. A device with a mouse that is touch enabled registers both events and it appears to the user nothing is happening.