You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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.
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
The text was updated successfully, but these errors were encountered: