ATNASGDWNGTH

Results 28 comments of ATNASGDWNGTH

In the repro step, I have included my sample code. https://github.com/wood1986/pinch-bug.git

Thanks @j-piasecki Here are my update ``` Point A from onManualTouchesDown callback: {"allTouches": [{"id": 0, "x": 206.6055450439453, "y": 512.3021850585938}], "changedTouches": [{"id": 0, "x": 206.6055450439453, "y": 512.3021850585938}], "eventName": "5onGestureHandlerEvent", "eventType": 1,...

Thanks @j-piasecki. Your workaround does not work because the coordinate of that workaround is not based on scaled view space. it is based on the parent view space. If I...

I have just checked the history. This issue has been there for more than 3 years. Not sure if you can fix it quickly

Thanks. BTW how come iOS does not this issue?

Hey @j-piasecki, as I really need this bug to be fixed otherwise android will never be able to have a perfect pinch to zoom for all react-native app, my question...

Thanks @j-piasecki, just let you know I want to help and fix it fundamentally. I have been looking at the place setLocation and trying to apply matrix transformation to the...

https://github.com/software-mansion/react-native-gesture-handler/blob/3ff7674fe67041d5ca6e80caf768fb62908c11cc/android/lib/src/main/java/com/swmansion/gesturehandler/GestureHandlerOrchestrator.kt#L248-L254 Based on the comment, I changed to this ```kt // TODO: we may consider scaling events if necessary using MotionEvent.transform // for now the events are only offset to...

Thanks @j-piasecki With your fix, the pinch to zoom behaviour is definitely better than the current. ![Kapture 2022-08-08 at 12 12 10](https://user-images.githubusercontent.com/5212215/183495929-b1714e15-7754-4bf9-9131-7b1f596b9648.gif) I found an issue when zoom out ![Kapture...