StfalconImageViewer icon indicating copy to clipboard operation
StfalconImageViewer copied to clipboard

A simple and customizable Android full-screen image viewer with shared image transition support, "pinch to zoom" and "swipe to dismiss" gestures

Results 57 StfalconImageViewer issues
Sort by recently updated
recently updated
newest added

Wanted to ask if the viewer can be reused, or it must be created again each time a thumbnail is tapped ?

question

How can I make the code to support screen rotation? When I rotate the device the image viewer closes by itself.

question

So I have added withOverlayView(view) to the bottom screen and I want the image to start exactly above the view and not just like the view to be over the...

question

Add a page indicator and customize the style. Can this requirement be added in future iterations?

enhancement

**Describe the bug** The first time you call StfalconImageViewer.show(), the method used to load the image is called 2 times, because of this, the image may suddenly disappear / appear...

bug

Add options to specify ImageLoader and swipeToDismiss 's - Transition animation duration - Animation timing functions

enhancement

This fixes the case when source ImageView scale type is centerCrop or other. So the trasnition works smooth now from centerCrop to fitCenter. Fixes #32

Clicking on the background image will not turn black and will need to click on the photo again to turn black. ``` imageView.setOnClickListener(v->{ new StfalconImageViewer.Builder(context, addresses, new ImageLoader() { public...

question

**Is your feature request related to a problem? Please describe.** When displaying a list of images in fullscreen, It seems a lot of users don't notice that you can scroll...

enhancement