ImageViewZoom icon indicating copy to clipboard operation
ImageViewZoom copied to clipboard

Android ImageView widget with zoom and pan capabilities

Results 74 ImageViewZoom issues
Sort by recently updated
recently updated
newest added

jeancaffou's suggestion for force fill works great but the image starts in the center rather than the top, I tried calling scrollBy after I set the bitmap but no luck.

I am developing an Openharmony application with JavaScript langue which used your library,will your library support Openharmony platform by JavaScript language? If so,I want to contribute to the Openharmony build...

How to get coordinates of points in an image. imageViewTouch.setSingleTapListener(new ImageViewTouch.OnImageViewTouchSingleTapListener() { @Override public void onSingleTapConfirmed() { x = String.valueOf(imageViewTouch.getY()); y = String.valueOf(imageViewTouch.getX()); } }); Unfortunately, this is not correct....

Assume there are 2 images in a ViewPager and when zooming the first one and try to pan(drag), the parent viewpager scrolls to second image instead of image panning. Using...

I am using the image view with MATCH_PARENT width and height. I also have floating buttons on top of the image. The buttons box auto-hides and works with gestures. The...

I am Not Able To Lock ImageView On Button Click. I Want To Lock ImageView When I Click On Button And Also Unlock It When I Click Same Button Again....

instead of this imageview normal imageview can save image but in this imageview main image dissapears how to show image of current imageview (it.sephiroth.android.library.imagezoom.ImageViewTouch) in another activity by sending using...

I noticed that in `ImageViewTouchBase` there is a method called `onImageMatrixChanged` that is called whenever a new matrix is set. Though, this method is empty. Considering it looks like you...

Hi, I am using ImageViewTouch inside ViewPager (as full screen gallery). When I start my acitivity with transition, ViewPager displays correctly only first page - on every different i do...