ImageCropper.Forms
ImageCropper.Forms copied to clipboard
Not work with Plugin.Media v 5.0.1
<PackageReference Include="Xamarin.Forms" Version="4.6.0.726" />
<PackageReference Include="Xamarin.Essentials" Version="1.5.3.1" />
I have upgraded Plugin.Media to v 5.0.1 And it removed following libraries while upgrading
src\MyAppMobile
Uninstalling: Plugin.Permissions.3.0.0.12
Updates: Xam.Plugin.Media.4.0.1.5 -> Xam.Plugin.Media.5.0.1 src\MyAppMobile.iOS\MyAppMobile.iOS.csproj
Uninstalling: Plugin.Permissions.3.0.0.12
Updates: Xam.Plugin.Media.4.0.1.5 -> Xam.Plugin.Media.5.0.1 src\MyAppMobile.Android\MyAppMobile.Android.csproj
Uninstalling: Plugin.CurrentActivity.2.1.0.2 Plugin.Permissions.3.0.0.12
Updates: Xam.Plugin.Media.4.0.1.5 -> Xam.Plugin.Media.5.0.1
Then I removed the references of Plugin.CurrentActivity and Plugin.Permissions .
after that , when I was running the project, I'm having following error ..
Can not resolve reference: Plugin.CurrentActivity
, referenced by Stormlion.ImageCropper.Android
. Please add a NuGet package or assembly reference for Plugin.CurrentActivity
, or remove the reference to Stormlion.ImageCropper.Android
. MyAppMobile.Android
So can you please add support for Xamarin.Essentials v 1.5.3.1 ?
Regards !
Having same issue here. App crashs with exception:
Method not found: System.Threading.Tasks.Task`1<Plugin.Media.Abstractions.MediaFile> Plugin.Media.Abstractions.IMedia.TakePhotoAsync(Plugin.Media.Abstractions.StoreCameraMediaOptions)
any luck with this issue?
any luck with this issue?
I moved from this to Ascetic.Plugins.Cropper. I liked very much, it has square, circle, rectangle, polygon crop feature.