Android-Image-Cropper icon indicating copy to clipboard operation
Android-Image-Cropper copied to clipboard

not open crop activity when in click on image

Open Rahul7f opened this issue 4 years ago • 3 comments

not work CropImage.activity() .setGuidelines(CropImageView.Guidelines.ON) .setAspectRatio(1,1) .start(this);

Rahul7f avatar Jan 19 '20 06:01 Rahul7f

Same Problem..

WackyCodes avatar Jun 19 '20 10:06 WackyCodes

When I launched my app on my device it's work only one time. But when I clear it from cache and restart app and then try to crop new Image then activity started but before selecting any Image to crop it have been finished. I don't know but it is not working properly.

WackyCodes avatar Jun 19 '20 10:06 WackyCodes

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

Canato avatar Nov 27 '20 16:11 Canato