ArthurHub / Android-Image-Cropper

Image Cropping Library for Android, optimized for Camera / Gallery.
Apache License 2.0
6.39k stars 1.36k forks source link

Android R: onActivityResult data is null from Camera #766

Open joseph-acc opened 4 years ago

joseph-acc commented 4 years ago

When taking a photo from Camera the data is always null and result code is always RESULT_CANCELED despite successfully taking a picture.

TecOrb-Developers commented 4 years ago

i also getting the same issue, can you please provide the any solution for the above issue only on Android R

richiisandii commented 4 years ago

Same issue for me, Android R

matthewkrueger commented 3 years ago

Same issue here.

joseph-acc commented 3 years ago

From the lack of activity on the Lib I would suggest moving to a new cropping library now that Android 11 is released.

AnujK2901 commented 3 years ago

@joseph-acc Can you please suggest the library you are using. I am tired of this null result in Android 11.

iori57 commented 3 years ago

Same issue here

Canato commented 3 years ago

please check this

Canato commented 3 years ago

Hey!

I start a new project to handover this library https://github.com/CanHub/Android-Image-Cropper

The ideia is that we keep improving because this project don’t have updates since 2018 Hope I can count with your help.

Open to contribute, next pieces of work will be Android 11 permissions, refactor into Kotlin and ActivityContract

AnujK2901 commented 3 years ago

Hey!

I start a new project to handover this library https://github.com/CanHub/Android-Image-Cropper

The ideia is that we keep improving because this project don’t have updates since 2018 Hope I can count with your help.

Open to contribute, next pieces of work will be Android 11 permissions, refactor into Kotlin and ActivityContract

I would like to contribute. :)