hammerjs / hammer.js

A javascript library for multi-touch gestures :// You can touch this

Home Page:http://hammerjs.github.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

HammerJS is no longer maintained.

mahen23 opened this issue · comments

So if you're looking for a solution to your issue, either its been already been solved or you need to find an alternative library.

Any recommendation on alternatives?

hammer.js is great and I have been using it for years. Unfortunately, I ran into some problems lately with the swipe/pan recognition. I won't go into detail to keep the text short, but it turned out I could not solve it using hammer because of the concept gestures are recognized.

I wrote a replacement library called contact.js, maybe it helps with your issues.

Hi @biodiv, does your library have migration guidelines for hammer.js users?

Hi @jaime-olivares , currently there are no migration guidelines. I created an issue on the contact.js repository to address this. I already thought about writing such a guide to ease migration.

This should be in bold at the top of the README.md IMHO.

@drone1 Good point. Please make a merge request.

Does anyone has any idea on serious and maintained alternatives ?

https://interactjs.io is looking nice.

https://interactjs.io is looking nice.

@trusktr Thank you for the recommendation! Its working great in our vanilla Capacitor app!