ArthurHub / ArthurHub/Android-Image-Cropper
Image doesn't load if it's taken with full zoom on Samsung S8
- Dominant language
- Java
- Stars
- 6.4k
- Forks
- 1.4k
- PR merge metrics
- No merged PRs in 30d
Description
This is a really strange issue which can be reproduced in the sample app. In the app, choose "Load image for cropping" and select "Camera". After that, fully zoom the camera (x8.0), take an image and select OK. 50% of the time the image is not loaded to the `CropImageActivity`. Only a grey screen and "Image load successful" message is shown.
There are no error logs and I tried to debug it, but the `Exception` returned in `onSetImageUriComplete` is `null` so it looks like everything is normal. I'm not sure at which point the image load fails.
Let me know If you need additional info.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.