biodiv / contactjs

Pointer gestures for your webapp
MIT License
77 stars 6 forks source link

Pinch in (zoom out) is being registered only after pinch out (zoom in) #31

Closed orangecoloured closed 2 years ago

orangecoloured commented 2 years ago

As the title says, pinching out an element does nothing. Only after a pinch in I can then normally pinch out. You can reproduce this here: https://biodiv.github.io/contactjs/ Try to pinch out the square without pinching in, it won't shrink. I did a bit of debugging and pinchstart doesn't fire in this case.

biodiv commented 2 years ago

thanks for reporting. Please try the updated version v2.1.3

orangecoloured commented 2 years ago

Perfect! Now it works as expected. Thanks!