FrescoImageViewer icon indicating copy to clipboard operation
FrescoImageViewer copied to clipboard

Customizable Android full screen image viewer for Fresco library supporting "pinch to zoom" and "swipe to dismiss" gestures. Made by Stfalcon

Results 40 FrescoImageViewer issues
Sort by recently updated
recently updated
newest added

My app has colorPrimary & colorPrimaryDark defined to gray-ish color, and I followed the sample for styles: ``` @color/colorPrimary @color/colorPrimaryDark @color/colorAccent @color/colorPrimary @color/colorPrimaryDark @color/colorAccent true true @null @color/colorAccent @color/colorPrimary 10dp...

Updated: - **android gradle plugin** to `2.3.3` - **build tools** to `25.0.3` - **fresco** from `0.12.0` to `1.5.0` - **support library** to `25.3.1` - **photodraweeview** to `1.1.3` - library version...

Hi guys, i want to get `ImageView` from custom objects, so how to get `ImageView` ? Thanks!

Dynamically sets the picture size,Rather than the size of the picture is fixed

Hi, i got error when sign apk: Error:Execution failed for task ':app:transformClassesWithJarMergingForProductionRelease'. > com.android.build.api.transform.TransformException: java.util.zip.ZipException: duplicate entry: bolts/AggregateException.class If i build and run, it works just fine. Here's my gradle...

Hello, can I get Failure event if loading one of the photo's failed.

If you have a bad internet connection, you can increase zoom rate during there is progress bar by double tap gesture.

Could you make a class ImageViewerView and other classes public? For the possibility add to its activity. Thank you.

- Migrated old android support libraries to AndroidX - Updated TargetSdk version to 31 - Updated fresco library dependency to 1.2.0

The crash log is below. Note this is not on all devices. ``` java.lang.NullPointerException: Attempt to invoke virtual method 'java.lang.String java.lang.Object.toString()' on a null object reference at com.stfalcon.frescoimageviewer.ImageViewer$DataSet.format(ImageViewer.java:186) at com.stfalcon.frescoimageviewer.ImageViewer$DataSet.format(ImageViewer.java:182)...