tap icon indicating copy to clipboard operation
tap copied to clipboard

1Kb library for easy unified handling of user interactions such as mouse, touch and pointer events.

Results 11 tap issues
Sort by recently updated
recently updated
newest added

“tap” event is executed twice

When I add `` in the `head`, “tap” event is executed twice on andriod 5.1.1/chrome 49.0.2623.91. ``` js dom.addEventListener("tap",function(){ alert('will alert twice'); }) ``` if I edit the code like...

when I write" $('.xxx').on('tap', function(){ // dosmothing; return false; }) " it's d.preventDefault is not a function;

On multitouch gestures uncaught error is thrown. TypeError: undefined is not an object (evaluating 'i.offset'). 30% of all uncaught errors in our app is due to coords.offset. It seems like...

On mobile platforms, tapping the screen while scrolling stops the scrolling and doesn't send any extra events. With the Tap library, tapping the screen on an element with a tap...

When there's tap.js loaded on a page then radio buttons stop been checked on click. IE9, 10, 11 all under Windows 7 http://codepen.io/konclave/pen/vOqYBp

Reactjs is very popular right now. I think, it’s good idea to include instructions for reactjs too

enhancement
help wanted
in progress

Hi @pukhalski - when doing some tests on one of the sites that I'm using tap on, I found an issue regarding the preventDefault() and return false event methods. They...

**Added**: - Grunt Connect - Grunt Watch - Demo HTML File **Fixes:** https://github.com/pukhalski/tap/issues/28 **CodePen:** http://codepen.io/anon/pen/doRpbq