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

ANDROID: Cropping Page doenst load unless fix V2 is used (non of the others work, but V2 cant load the camera) #51

Open
innomotionmedia opened this issue Sep 15, 2021 · 2 comments

Comments

@innomotionmedia
Copy link

Im doing this:

await new ImageCropper()
{
PageTitle = "Test Title",
AspectRatioX = 1,
AspectRatioY = 1,
CropShape = ImageCropper.CropShapeType.Rectangle,
SelectSourceTitle = "Select source",
TakePhotoTitle = "Take Photo",
PhotoLibraryTitle = "Photo Library",
CancelButtonTitle = "Cancel",
Success = (imageFile) =>
{
Device.BeginInvokeOnMainThread(() =>
{
img_eventPic.Source = ImageSource.FromFile(imageFile);
});
}
}.Show(this);

And I am not getting the cropping page to load. I can pick an image from the gallery or make a photo on v6 but the page doenst load unless im using fix v2 :(

@innomotionmedia innomotionmedia changed the title Cropping Page doenst load unless fix V2 is used (non of the others work, but V2 cant load the camera) ANDROID: Cropping Page doenst load unless fix V2 is used (non of the others work, but V2 cant load the camera) Sep 16, 2021
@dlynch96
Copy link

I have a similar issue on Android.

Steps to recreate

  • Install v7
  • follow setup instructions
  • create a button to launch ImageCropper()
  • tap Select a photo
  • choose an image
  • tap Ok

expected result

  • image would be loaded in to a cropping view

actual result

  • app appears to slide back 2 pages to original view with button

@IngAguilarSantiago
Copy link

Hi!, I have a problem with Fix.v8, all works fine, but when I try to test on my device (Huawei y6p), my android app asks me to install Plugin.CurrentActivity package, now, the crop page not show, help please :(

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

3 participants