zingtouch icon indicating copy to clipboard operation
zingtouch copied to clipboard

Ipad Three finger tap to zoom

Open toSilence opened this issue 5 years ago • 1 comments

On ipad when the 3 finger tap to zoom is fired, the library is not firing a custom three finger tap gesture. But much worser is that the touches count is increase and never decreased. E.g. a two finger distance will never work againg because the touch count is 5.

toSilence avatar Jun 25 '19 07:06 toSilence

The problem is the input array in the State object of the Region is not resetted and so the count is growing. I fixed it by manually deleting the input array for ipad.

toSilence avatar Jun 25 '19 10:06 toSilence