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
Hi.
I am using hammerjs for mobile devices.
In service, we are using double tap as "Like" action and swipe as "Next or Previous content" action.
In android devices, a little dragged tap seems to be handled as swipe.
So double tap hardley works (as "Like" action) because "a little dragged tap" is handled as swipe.
Almost every double tap action goes like "swipe - tap" or "tap - swipe" (even "swipe - swipe")
I tried two ways to solve this.
use recognizeWith to bind tap and swipe
change options of swipe action
As I figured out solution 1 is not available, I tried solution 2.
However, changing swipe action's velocity and threshold doesn't work.
Can I get any other solution for divide swipe and tap more specifically?
The text was updated successfully, but these errors were encountered:
Hi.
I am using hammerjs for mobile devices.
In service, we are using double tap as "Like" action and swipe as "Next or Previous content" action.
In android devices, a little dragged tap seems to be handled as swipe.
So double tap hardley works (as "Like" action) because "a little dragged tap" is handled as swipe.
Almost every double tap action goes like "swipe - tap" or "tap - swipe" (even "swipe - swipe")
I tried two ways to solve this.
As I figured out solution 1 is not available, I tried solution 2.
However, changing swipe action's velocity and threshold doesn't work.
Can I get any other solution for divide swipe and tap more specifically?
The text was updated successfully, but these errors were encountered: