mattbryson / TouchSwipe-Jquery-Plugin

TouchSwipe is a jquery plugin to be used with jQuery on touch input devices such as iPad, iPhone etc.
http://labs.rampinteractive.co.uk/touchSwipe/
Other
4.05k stars 1.68k forks source link

Tap event triggers twice #334

Closed asangadev closed 6 years ago

asangadev commented 6 years ago

Hi there, I have two DIV layers sitting on top of each other (using cas z-index and they both visible in DOM).

The both layers have two buttons and the buttons are positioned at same X and Y.

If I “tap” on the top layer button, it will also trigger the bottom layer botton at the same time. This works perfectly fine with the 500ms delay event.

But I really want to use ths “tap” event and it feels super responsive. Could you please help/advice?