Hello!
I am using defold-input to detect the pinch gesture (I am implementing a pinch to zoom feature).
But for some reason on my device (pixel 6a) pinch ratio jumps away from the 1.0 as soon as I touch the screen with 2 fingers. I thought that pinch ration has to be 1.0 in the begining always.
You can see on the video: the gesture just begins and ratio is already 2.5, 5.0, 10.0 and so on.
This also happens when I bundle the app to android.
Is it a problem with my device? Or am I understanding the concept of pinch ratio wrong?
Sorry for the screen video, I just wanted to show how it works with fingers.
Thanks in advance!