zingtouch icon indicating copy to clipboard operation
zingtouch copied to clipboard

A JavaScript touch gesture detection library for the modern web

Results 49 zingtouch issues
Sort by recently updated
recently updated
newest added

Hi, are Android 4.4.2 and IE11 supported by zingtouch?

Hello. Great library. I made a plugin for Vue and found out that `unbind` does not work. Here is a [codepen](https://codepen.io/SeregPie/pen/xyMYmq).

In release 1.0.6, when an `expand` listener and a `pinch` listener are both bound, the listeners fire in alternating order on a pinch. They do not fire at all on...

Let's say I start dragging something inside the window, but then I move my mouse outside the window it stops the pan event. Hammerjs for example still emits new events...

const zingPan = new ZingTouch.Pan({ numInputs: 1, threshold: 1, }); zingTouchActiveRegion.bind(this.canvasElement, zingPan, (e) => { }); What should I do to get the pan end event?

This is awesome! In the README, it mentions a pitfall. Can you provide a working example of that to better understand it?

Hey, Thanks for the library - it's been a life saver. I've found an issue in which the touch event for one finger is lost when two fingers are being...

This is a great library and it would be fantastic if it was part of rails-assets.org - if you could add it that would be much appreciated :)

I have a div placed over the top of another div. Each div is setup as a zingtouch region. I would like pinch/expand events to be sent to the underlying...

Hi, I'm looking for a way to detect a swipe event from the left edge of the users screen to open an offside menu. I only get one event in...