问题
I am using this plugin and ImageCropper.Forms nuget package for cropping images in Xamarin.Forms
My Android project is working fine using above example but in iOS cropping window does not open
回答1:
I Believe you are using Cropper from a page pushed using 'Navigation.PushModalAsync', try 'Navigation.PushAsync'.
I've raised an issue on github https://github.com/stormlion227/ImageCropper.Forms/issues/22
来源:https://stackoverflow.com/questions/53555554/imagecropper-forms-plugin-not-working-in-xamarin-forms-ios