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
To get actutal state using getScale() and getCenter() after using doubleTapZoom as it works when using standard two finger scaling.
Actual behaviour
Return bad values. It only returns values of two finger scaling. The change isn't reflected in the attributes, it does not change scale and center attributes after using doubleTapZoom.
Do I have to use different functions to get actual state after double tap zoom or is nessacery to edit SubScalingImageView.class? And how?
The text was updated successfully, but these errors were encountered:
Expected behaviour
To get actutal state using getScale() and getCenter() after using doubleTapZoom as it works when using standard two finger scaling.
Actual behaviour
Return bad values. It only returns values of two finger scaling. The change isn't reflected in the attributes, it does not change scale and center attributes after using doubleTapZoom.
Do I have to use different functions to get actual state after double tap zoom or is nessacery to edit SubScalingImageView.class? And how?
The text was updated successfully, but these errors were encountered: