cordova-plugin-k-imagecropper
cordova-plugin-k-imagecropper copied to clipboard
Cordova plugin for image cropping with custom aspect ratio.
trying to build project but getting error like > Task :app:checkDebugAarMetadata FAILED FAILURE: Build failed with an exception. * What went wrong: Execution failed for task ':app:checkDebugAarMetadata'. > Could not...
Any chance to get some updates for cordova android 11? I had to remove it because it was crashing when building the apk.
When using the library, I realized that it would be possible to have new options based on the library: ###### com.theartofdev.edmodo.cropper.CropImage; ###### com.theartofdev.edmodo.cropper.CropImageView; This pull request proposes the addition of...
`com.theartofdev.edmodo:android-image-cropper:2.5.0+` support setting crop button title via builder api, please update this plugin
Original library was great in every manner. In iOS, there was a small bug that cropping new image returned old image path which showed incorrect image. To make file name...
It is working on Android very well, but unfortunately when I deploy same app with same parameters on IOS var options = { url: "imagePath", ratio: "6/4", title: "Landscape", autoZoomEnabled:...