Greg created CB-2057:
------------------------
Summary: When using allowEdit on iOS, user is unable to Crop, Zoom
on Image
Key: CB-2057
URL: https://issues.apache.org/jira/browse/CB-2057
Project: Apache Cordova
Issue Type: Bug
Components: iOS
Affects Versions: 2.2.0
Environment: iOS 6.x (iPhone 5)
Reporter: Greg
Assignee: Shazron Abdullah
Priority: Critical
When using the following code, the user is unable to "crop" the photo on the
edit screen. Once you attempt to zoom, it snaps back to the original version.
navigator.camera.getPicture(Photo.getSuccess, Photo.getFail, {quality: 45,
destinationType: destinationType.FILE_URI, sourceType: pictureSource.CAMERA,
correctOrientation: true, encodingType: encoding.JPEG, saveToPhotoAlbum: true,
targetWidth: 910, targetHeight: 910, allowEdit: true});
You can verify this on iPhone 5 (I believe it works well on previous models) on
iOS 6+.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira