hammerjs / hammer.js

A javascript library for multi-touch gestures :// You can touch this
http://hammerjs.github.io
MIT License
24.12k stars 2.63k forks source link

HammerJS is no longer maintained. #1278

Open mahen23 opened 3 years ago

mahen23 commented 3 years ago

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.

rarattay commented 3 years ago

Any recommendation on alternatives?

biodiv commented 2 years ago

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.

jaime-olivares commented 2 years ago

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

biodiv commented 2 years ago

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.

drone1 commented 2 years ago

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

marclaporte commented 2 years ago

@drone1 Good point. Please make a merge request.

ThibaultClerc commented 1 year ago

Does anyone has any idea on serious and maintained alternatives ?

trusktr commented 1 year ago

https://interactjs.io is looking nice.

ibrokemycomputer commented 1 year ago

https://interactjs.io is looking nice.

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