Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Is this project dead? #1273

Open
geotheory opened this issue Feb 19, 2021 · 6 comments
Open

Is this project dead? #1273

geotheory opened this issue Feb 19, 2021 · 6 comments

Comments

@geotheory
Copy link

No commits for years, and no responses to questions. Is it possible to get an update?

@priyanshu-kun
Copy link

I also want to know about this, Is project is dead or alive?

@geotheory
Copy link
Author

I think it has been partly superceeded by introduction of native gestures in javascript.

@zhixuan-loh
Copy link

I wish to know whether this project is actively being maintained as well. I have a few questions for those viewing this thread:

  1. I'm not even sure how to check the activity for >= 1 year ago since Github only allows me to check for pulse up to 1 month ago. Do let me know how you did it.

  2. @geotheory Kindly elaborate about native gestures please. Thank you.

  3. The issue I face is with the browser intercepting vertical pan moves to my component and as a result, my component cannot react to vertical pans even though I don't mind not being able to scroll the page. I just wanna check if anyone here is facing the same issues. Otherwise I'm prepare to switch to another touch library like zingtouch or the native gestures as suggested in (2).

Thank you and stay safe.

@snimavat
Copy link

Looks like the project is dead, no activity since a long time - whts the alternative library ?

@zhixuan-loh
Copy link

zhixuan-loh commented Apr 28, 2022

I guess it's interactjs or Zingtouch

Btw, I fixed my problem (3). I just missed out this line of code:

mc.add( new Hammer.Pan({ direction: Hammer.DIRECTION_ALL, threshold: 0 }) );

@geotheory
Copy link
Author

Read up on js touch event liteners e.g. touchstart: https://www.w3schools.com/jsref/event_touchstart.asp

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants