Open whoacowboy opened 5 years ago
Did you ever do a PR @whoacowboy ? How was your experience with Zing? Did you previously use Interact.js, hammer, quo or anything?
@tryhardest I forked the rep, added the events to the Pan (and some degree stuff that is suspect) which is what I needed, and now I use my forked repo. The library is great, I really like that it tracks multiple touch events. I think the Zing folks have moved on. They said that they opted for another solution and they don't use ZingTouch anymore. When I asked what they opted for they went dark. Pretty much most of my requests have met the same response. I used hammer.js too, but opted to switch to this one because hammer didn't seem like it was being maintained, ha.
here is the forked repo if you are interested.
Thanks @whoacowboy yes it does looked unmaintained. We used to use Hammer and Quo back in the day and hammer might not be maintained but still has wide use from the looks of it. But so much has changed past CPL yrs. Ever seen or tinkered with Interact.js our touchy.js? Check them too. I'll check out your fork thanks.
@tryhardest I haven't tried either of those interact.js looks like it actively maintained, bugs are being closed 4 days ago. Touchy looks like it isn't maintained at all. Thanks for the tip, I'll check out interact when i get the chance.
Great library, thank you.
I don't know if I am doing this the right way, but I have been tying into the start and end function of the gestures and it is a bit of a PIA.
it looks like this.
I was thinking it would be great to just pass some callbacks. You could do it something like this. I can make a PR if your interested.