ImageCropper.Forms icon indicating copy to clipboard operation
ImageCropper.Forms copied to clipboard

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

Open innomotionmedia opened this issue 4 years ago • 2 comments

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 avatar Sep 15 '21 14:09 innomotionmedia

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

dlynch96 avatar Sep 21 '21 11:09 dlynch96

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 :(

IngAguilarSantiago avatar Apr 12 '22 20:04 IngAguilarSantiago