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
On iOS, the value of focalY is correct when State.BEGAN. However on Android, this value is always 0. Only in State.ACTIVE the focalY value is correct. Please let me know if I can help with this issue.
Interestingly enough this doesn't happen for the scale parameter.
For people having similar issues, here is a potential workaround (to adap to your needs because scale is not affected by this issue):
On iOS, the value of
focalY
is correct whenState.BEGAN
. However on Android, this value is always 0. Only inState.ACTIVE
thefocalY
value is correct. Please let me know if I can help with this issue.Interestingly enough this doesn't happen for the scale parameter.
For people having similar issues, here is a potential workaround (to adap to your needs because scale is not affected by this issue):
Possible duplicate: #546
The text was updated successfully, but these errors were encountered: