okaybroda / ImageZoom

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

Great work, however there is a HUGE bug #2

Closed ghost closed 7 years ago

ghost commented 7 years ago

When you initially grab the image, there is a huge flicker! I found this even on your sample app, so I know it's not anything I did when integrating into my project.

okaybroda commented 7 years ago

Fixed this issue in the 1.0.6 build by setting drawing cache to the placeholderView.

The flickering was happening due to Android's layout process after calls to addView and removeView.

ghost commented 7 years ago

Awesome fix!

On Tuesday, January 3, 2017 1:22 AM, Viventhraa Rao <notifications@github.com> wrote:

Closed #2.— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or mute the thread.