CanHub / Android-Image-Cropper

Image Cropping Library for Android, optimised for Camera / Gallery.

Home Page:https://canhub.github.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Android 13 (SDK 33): CropImageView white on some Samsung devices

manuel-tud opened this issue · comments

Hi,
I've an app with 100k+ installs out there. Recently I've updated the target SDK version to 33 without changing anything on the image cropping code. Since that update I receive lots of complaints from users with various (not all) Samsung devices running Android 13 saying that the CIV doesn't load the chosen image and just stays white.
I load the image using the setImageUriAsync() method. Unfortunately I was not able to reproduce that bug on my test devices (which are not made by Samsung). I was also not able to reproduce it using Samsung's Test Lab devices.
But by the amount of bug report messages (including screenshots showing the behavior) I get, I can say for sure, that there is a bug.

(This could by the same bug mentioned here: #593)

Can you reproduce and try to submit a PR which fixes this?

Facing same issue on my samsung device. I can see the image with crop square but white screen all around.