ANDROID: Cropping Page doenst load unless fix V2 is used (non of the others work, but V2 cant load the camera)
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 :(
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
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 :(