krish-dev / cordova-plugin-k-imagecropper

Cordova plugin for image cropping with custom aspect ratio.
18 stars 13 forks source link

Aspect ratio doesn't work on IOS #2

Open sdurgeshs opened 6 years ago

sdurgeshs commented 6 years ago

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: true }

The aspect ratio property seems not working, Cropping is allowed in free flow.