We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9d4c227 + 9002e35 commit 9d6eb80Copy full SHA for 9d6eb80
1 file changed
src/imagecropper.ios.ts
@@ -108,6 +108,7 @@ export class ImageCropper {
108
viewController.aspectRatioPreset = TOCropViewControllerAspectRatioPreset.PresetSquare;
109
viewController.aspectRatioLockEnabled = true; // The crop box is locked to the aspect ratio and can't be resized away from it
110
viewController.aspectRatioPickerButtonHidden = true;
111
+ viewController.resetAspectRatioEnabled = false;
112
}
113
page.presentViewControllerAnimatedCompletion(viewController, true, function () {
114
if (_options) {
0 commit comments