subsampling-scale-image-view
subsampling-scale-image-view copied to clipboard
Android library (AAR). Highly configurable, easily extendable deep zoom view for displaying huge images without loss of detail. Perfect for photo galleries, maps, building plans etc.
*Please provide as much of the following information as possible. Please do not raise issues to ask for help developing your app.* ### Expected behaviour App should not crash. ###...
### Expected behaviour SSIV is working as it does outside of jetpack compose. ### Actual behaviour SSIV freezes after some time when zooming in/out and dragging the image around. Then...
First, respect `longClickable` attribute when set to false, by skipping the long click action. (Fixes #552) Also cancel the long-click and other gestures when receiving `ACTION_CANCEL`, such as from Android...
Setting `isLongClickable` on `SubsamplingScaleImageView` to `false` is ignored and long click listener is fired regardless
### 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...
Expected behaviour Correct image with correct orientation Actual behaviour Showing image with the wrong orientation. Some rotated to 360 degrees while some rotated to 90 degrees. Affected devices All of...
There are some AsyncTasks In SubsamplingScaleImageView.java,and all tasks in background are not controlled, you can reproduce an bug by the following code snippet, eg. scaleImageView.setImage(imageSource1); // the imageSource1 will take...
I would like to request simple handy feature to control scale type via xml attributes. Right now it can only be set from code calling `setMinimumScaleType` or (hacky) using databinding...
I've create a sample project to show this problem: https://github.com/flykule/ScaleImgSharedElementDemo As you can see,when I come back from this scale view to image view,the change image transform will not work...
### Expected behaviour Should work the same as Android Q - Image should match view size. ### Actual behaviour On Android R preview the images show up very small -...