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
Basically what I want to mimic is instagram feed post, where first zoom to pinch are use two finger then we can left one finger but still panning where ever we want. Here is the example
WhatsApp.Video.2025-01-15.at.10.44.05.mp4
The text was updated successfully, but these errors were encountered:
Hi @risardi-lahelu, there are some limitations imposed by GH that I can not bypass with my implementation with uses .Race (first gesture will block the others), using .Simultaneous (All gesture can run at the same time) produces very strange results so I never used it.
What you want falls within what I'm capable to achieve, however to achieve this goal one needs to go completely manual with GH, basically convert x and y values given by the pointers into actual usable data like focalX, focalY, scale, translationX and translationY, to make it short one has to reinvent the wheel.
As of today I don't see myself reinventing this wheel, however I may in the future.
The point you are mentioning are very valid for the behaviour on gesture.simultaneous. Allright then I need to look around and hope I can resolve it 🤞. Thank you 👍
Summary
Hi, @Glazzes
Basically what I want to mimic is instagram feed post, where first zoom to pinch are use two finger then we can left one finger but still panning where ever we want. Here is the example
WhatsApp.Video.2025-01-15.at.10.44.05.mp4
The text was updated successfully, but these errors were encountered: