Using media plugin , I tried the code,
var file = await CrossMedia.Current.TakePhotoAsync(new StoreCameraMediaOptions
{
AllowCropping = true
});
But nothing happening, no crop option showing when I take photo from camera.
Using media plugin , I tried the code,
var file = await CrossMedia.Current.TakePhotoAsync(new StoreCameraMediaOptions
{
AllowCropping = true
});
But nothing happening, no crop option showing when I take photo from camera.
Copyright © 2021 Jogjafile Inc.
If you read the
Readmepart ofMediaPlugin, you will know that cropping is only supported on iOS and UWP.And you may check the reply of this Feature Request, for Android platform: