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

how to add back button like navigation icon?

question

hi, did u support transition animation like shared elements?

enhancement

Made changes to the ReadMe file where in if you copy the URL given in Readme file would give this error "Could not find com.github.stfalcon-studio:StfalconImageViewer:v1.0.1"

**Describe the bug** 1: Task failed with an exception. ----------- * What went wrong: Execution failed for task ':app:dataBindingMergeDependencyArtifactsDebug'. > Could not resolve all files for configuration ':app:debugRuntimeClasspath'. > Could...

bug

The previous method did not work when the image was exactly at screen position 0,0 (top right corner), causing animations to not work correctly.

Is there any way to change the current image (swiping right-left) while it is in zoomed state ? Sometimes its not very intuitive to return to the initial (original) image...

enhancement

I have tried to implement the simple example in the readme using Glide but I get this error: ``` Could not find com.github.chrisbanes:PhotoView:2.2.0. Searched in the following locations: - https://dl.google.com/dl/android/maven2/com/github/chrisbanes/PhotoView/2.2.0/PhotoView-2.2.0.pom...

bug

**Describe the bug** If an imageview that is used in WithTranstionFrom has other scale type than ImageViewer's the transition isn't smooth. **To Reproduce** Steps to reproduce the behavior: 1. Add...

bug