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
I am making a component with React and Hammer using react-hammer and I can't seem to get the pinch to work! I have successfully used the swipe events, but got stuck here.
I am making a component with React and Hammer using react-hammer and I can't seem to get the pinch to work! I have successfully used the swipe events, but got stuck here.
This is the piece of code:
and this is the event - I am just trying to get it to do ANYTHING at this point:
onPinchStart() {
console.log('zooming!');
}
Can anyone explain why this event is not being called?
The text was updated successfully, but these errors were encountered: