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.
When using the jQuery implementation of this library e.g.
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.