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

Touch module and touchPunch #10

Open
tryhardest opened this issue Mar 24, 2020 · 1 comment
Open

Touch module and touchPunch #10

tryhardest opened this issue Mar 24, 2020 · 1 comment

Comments

@tryhardest
Copy link

Is anyone who is using the touch module in Zepto also using touchPunch lib for similar reasons to furf/jquery-ui-touch-punch#317

We are trying to remove jQuery use from our touchHandlers and trying to understand a bit more here if Zepto is a VanillaJS solution that could work, or is it more like a modularized jQuery?

Open to any suggestions in 2020 also regarding vanillaJS touchHandler libs (I know back in the day we used Hammer.JS, Quo.JS and some others.) Is Zepto a good alternative or are any of you using Zing or Interact.js for mobile? Tnx

@bmcminn
Copy link
Contributor

bmcminn commented Mar 27, 2020

Are you looking for vanilla touch support? or syntactic sugar for wrapping the native touch events API?

https://developer.mozilla.org/en-US/docs/Web/API/Touch_events

Plenty you can do in proper vanilla JS, but as far as libraries go this is just the core Zepto JS library. I'm not aware of any extensive touch event support beyond the basic trigger events.

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

2 participants