Daniel Schlosser created CB-9259:
------------------------------------

             Summary: Camera on Android ignores cropped image.
                 Key: CB-9259
                 URL: https://issues.apache.org/jira/browse/CB-9259
             Project: Apache Cordova
          Issue Type: Bug
          Components: Android, Plugin Camera
    Affects Versions: 1.2.0
         Environment: Android (5.1.1) with Cordova (4.3.0)
            Reporter: Daniel Schlosser


When taking a picture with allowEdit: true and specified targetWidth/Height the 
crop view shows up and the user can edit the picture.

After clicking save, the unedited, original picture is forwarded to the 
callback.

Invocation:
{code:javascript}
options = {
        destinationType: Camera.DestinationType.FILE_URI,
        sourceType: Camera.PictureSourceType.CAMERA,
        allowEdit: true,
        targetWidth: 1000,
        targetHeight: 1000,
        encodingType: Camera.EncodingType.JPEG,
        popoverOptions: CameraPopoverOptions,
        saveToPhotoAlbum: true/false // Doesn't matter
};
{code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to