imablanco / Zoomy

Zoomy is an easy to use pinch-to-zoom Android library
918 stars 120 forks source link

Android 10 horrible bug D: #33

Open ghost opened 4 years ago

ghost commented 4 years ago

Hello sir, in android 10 there the images can't stay in their border

eg: WhatsApp Image 2020-06-25 at 13 42 28

I'm in a recyclerView in adapter class that where I'm doing the work :

`
Glide.with(holder.imageView.context).load(currentItem.imageResource).into(holder.imageView)

    Zoom(holder.imageView)

    holder.textView1.text = currentItem.text1

    holder.textView2.text = currentItem.text2`
ghost commented 4 years ago

UPDATE only on Xiaomi devices..

maybe my code is not correct?

developer-- commented 4 years ago

Same problem for Xiaomi devices and also tap with multiple fingers freezes hole screen