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

I am putting an EditText in the overlay, and want to dismiss focus when clicked outside but clicking outside will hide the overlay, which i want to prevent is there...

question

Can you give me an implementation example just for one image in Java code?

question

Here's another PR for when you get a chance to poke at this library some more. I have a use case that benefits from the setCurrentPosition() method that was added...

Hi! This is a great library you've made---and it's the only one I could find with this type of functionality, which surprised me. I'm using StfalconImageViewer with the camera function...

When the status bar is _not_ hidden (i.e. `StfalconImageViewer.Builder().withHiddenStatusBar(false)`), past behavior was for the navigation bar to be translucent. On Android 10 (SDK 29), it is opaque black. See screenshot...

I get this error in the app after pressing back in rotation. java.lang.RuntimeException: Unable to pause activity {com.stfalcon.stfalconimageviewersample/com.stfalcon.sample.features.demo.rotation.RotationDemoActivity}: kotlin.UninitializedPropertyAccessException: lateinit property viewer has not been initialized

bug

Hide everything but the image when interacting with the image by using the `withImageFullFocusEnabled(boolean)` method (`false` by default). Added functionality, builder and README.

**Describe the bug** lateinit property swipeDismissHandler has not been initialized on 1.0.5

bug

If the attribute shouldStatusBarHide == true, the system ui doesn't appear after dismiss on some devices with a notch. Huawei P Smart 2019 (POT-LX1), 28 api. ![photo_2020-02-09_23-07-46](https://user-images.githubusercontent.com/22200341/74104591-1d2c3900-4b91-11ea-9275-f3fb41cd0ce8.jpg) ![photo_2020-02-09_23-07-48](https://user-images.githubusercontent.com/22200341/74104595-20bfc000-4b91-11ea-9e35-5e1bbf334f8d.jpg) ![photo_2020-02-09_23-07-53](https://user-images.githubusercontent.com/22200341/74104597-25847400-4b91-11ea-87e4-3a5e680e4c71.jpg)

bug

Hi! README example provides following code: `... .withDismissListener(::onViewerDismissed) .withDismissListener(::onViewerDismissed) ` But onDismissListener is rewritable field. Could you provide multiple listeners support please.

enhancement