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

Cropping functionality is not working with android version 11

Open anujkv opened this issue 2 years ago • 2 comments

i am using samsung a21s device and android version 11, it is not working with version 11 its tested with realme 8 device too (same android version)

anujkv avatar Oct 05 '21 12:10 anujkv

Please read #858

The new lib is working

Canato avatar Oct 05 '21 18:10 Canato

use ActivityName.this instead of this

CropImage.activity() .setGuidelines(CropImageView.Guidelines.ON) .start(FaceMatch.this);

Then crop will work on Android 11

abdulmanum avatar Jan 15 '22 13:01 abdulmanum