FrescoImageViewer
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
I have placed an ImageView inside image_viewer but setOnClickListener is not working.
Add support for a custom `PipelineDraweeControllerBuilder`. This way is possible to have animated GIFs working on the Viewer. ```java PipelineDraweeControllerBuilder builder = ImageViewer.createPipelineDraweeControllerBuilder(); builder.setAutoPlayAnimations(true); new ImageViewer.Builder(this, posters) .setCustomDraweeControllerBuilder(builder) .setStartPosition(startPosition) .show();...
I would like to instantiate the image viewer before actually showing it but I get this exception when using the "build()" method. ``` myActivity.runOnUiThread(new Runnable() { ImageViewer viewer = new...
At first, thank you for your library! Double tap in FrescoImageViewer has double logic: zoom-in/zoom-out with `fixed-step` and zoom-in/zoom-out with `single-finger-pinch`. In Google Maps, app waits a little delay. If...
Hi I'm using this library in the 3rd activity but it launches in the main activity so if I click back 2 times it's shown. Looking frw to you answer...
I add a scrollView in the overlayView can't scroll,if i use the overlayView as a contentView for dialog,i can scroll normality. it seems that the touchListener has been override?
Using this as a tap in to gallery from a recycler with images. Picasso does not throw OOM, but tapping into the gallery throws a OOM if it fails to...
I think is important to specify is requiere to compile Fresco Framework.