contactjs icon indicating copy to clipboard operation
contactjs copied to clipboard

Pointer gestures for your webapp

Results 9 contactjs issues
Sort by recently updated
recently updated
newest added

The doc is still listing `gesture : gestureInstance,`, which is not up to date. it should be replaced with `recognizer`

When I register for Pan gestures, I also get click events from event PointerEvent. Seems that Tap events are fired, which I did not register in the options. Why is...

This has become a very common interaction in mobile devices: Google maps, Apple. The way it works: - double tapping zooms in - double tapping, and dragging upwards on the...

Sorry I use issues for this kind of questions. Do I understand correctly that I need to use `CustomEvent` for the handler functions? And if so, what do I do...

Scenario: user pans element with one finger to another place. Then adds second finger and pinches. The `GestureEventData.global.scale` is then sometimes off because the initial position of the first finger...

Hi there, first of all fantastic work on the library as its a nice up-to-date variant of a certain popular library. While I find the implementation of pinch much more...

Started working on Haxe version still very early stages, setup documentation to test structures and started to create some typed structures. Very ugly still subject to extensive changes and many...

Provide a guide in the documentation for how to migrate from hammer.js to contact.js

Hi all, I always find this annoying error in my console, and it points to this line of code. Is there any solution for this. https://github.com/biodiv/contactjs/blob/422232269de36460d60936e85fd942dd5b7a6a1f/src/gestures/Pan.ts#L102C7-L102C30