okaybroda / ImageZoom

An Android library that makes any view to be zoomable.
GNU General Public License v3.0
120 stars 25 forks source link

Image goes invisible when zooming in recyclerview #19

Open ervinod opened 6 years ago

ervinod commented 6 years ago

I am facing one issue when using ImageZoom inside recyclerview. The issue is that, whole image or some part of image becomes invisible at the time of zooming. (I have wrapped ImageView in FrameLayout as mention in library use case description ) Please refer following screenshots for more details of issues. Before zooming: screenshot_2018-08-04-12-06-39-760_com enthuons fchat

After zooming: screenshot_2018-08-04-12-03-42-630_com enthuons fchat

As you can seen in second screenshot after zooming first image multiple time first image goes invisible and after zooming second image multiple times , some part of image goes invisible...