Skip to content
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

Cropped image does not get set in imageview in Galaxy s6 #57

Open
DavidRajPaul opened this issue May 19, 2016 · 1 comment
Open

Cropped image does not get set in imageview in Galaxy s6 #57

DavidRajPaul opened this issue May 19, 2016 · 1 comment

Comments

@DavidRajPaul
Copy link

Right after selecting the image from gallery, the cropping class is getting called. After selecting the portion in the image to crop and tapping crop nothing happens. This happens only in samsung devies, especially Galaxy S6 and S6 edge. Please help. Below is the code i am using to call the CropImage class.
Intent intent = new Intent(context, CropImage.class);
intent.putExtra(CropImage.IMAGE_PATH, path);
intent.putExtra(CropImage.SCALE, true);
intent.putExtra(CropImage.ASPECT_X, 2);
intent.putExtra(CropImage.ASPECT_Y, 2);
getActivity().startActivityForResult(intent, PIC_CROP);

Has someone face similar issues?

@Mshuu
Copy link

Mshuu commented Aug 3, 2016

Hey Mate,

This is a bit old but incase someone finds this.

I get the same issues if the application does not have permissions to WRITE external storage.
Make sure you have;

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants