subsampling-scale-image-view icon indicating copy to clipboard operation
subsampling-scale-image-view copied to clipboard

getScale() and getCenter() doesn't work using doubleTapZoom

Open dandys71 opened this issue 4 years ago • 0 comments

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?

dandys71 avatar Mar 23 '21 12:03 dandys71