-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CropImageView.CropResult getUri() returns null on Android 10 devices #781
Comments
I have the same issue on Android 11. ( I know it is beta still )But, it looks like the image is always 0 kb when it takes the pic with the camera. |
Isn't this just handling the error? Not sure how that helps. |
I am not sure if this is the same issue but the cropping works on other version. It seems there is an issue when using the camera. The image never gets past back to the cropping activity. Secondly since there is no image and crop outline I have to hit back to exit cropping feature. |
please check this |
Hey! I start a new project to handover this library The ideia is that we keep improving because this project don’t have updates since Open to contribute, next pieces of work will be Android 11 permissions, refactor into Kotlin and ActivityContract |
Why is the method getUri() from CropResult in setOnCropImageCompleteListener returning null on Android 10 devices, but on earlier versions (android 9 and earlier) I get the uri from the cropper?
The text was updated successfully, but these errors were encountered: