android-crop
android-crop copied to clipboard
Is it possible to set the selection area aspect-ratio fixed while changing its size?
[Version 1.0.1] To get a 16:9 selection tried to use
Crop.of(this.inputUri, this.outputUri).withAspect(16, 9).start(cordova.getActivity());
But selection frame always starts 1:1 (square)