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
{{ message }}
This repository has been archived by the owner on Aug 8, 2023. It is now read-only.
scaleBy() was working fine, but it was more convenient to use setScale() for #1292. Our pinch callback is called continuously during the pinch, but UIPinchGestureRecognizer’s scale property is absolute rather than being incremental.
iOS has switched from
scaleBy
tosetScale
with pinch zooming gesture.Should match on Android?
The text was updated successfully, but these errors were encountered: