I'm using Fresco to visualize images from the assets folder in a view. My problem is that by default the class com.facebook.drawee.view.SimpleDraweeView
doesn't have a zoom/pinch method. Is there any property or something in the XML to enable this, or which is the way to achieve it?
this is Fresco ZoomableDraweeView
To see how to use please take a look at this:
Hope it help you!