Vladimir Kotikov created CB-9623:
------------------------------------

             Summary: Android Camera Crashes With Camera Options allowEdit:True 
and encodingType:PNG
                 Key: CB-9623
                 URL: https://issues.apache.org/jira/browse/CB-9623
             Project: Apache Cordova
          Issue Type: Bug
          Components: Plugin Camera
            Reporter: Vladimir Kotikov
            Assignee: Vladimir Kotikov


*Repro Steps:*
Invoke getPicture with the options:
{noformat}
{
    allowEdit: true,
    encodingType: Camera.EncodingType.PNG
}
{noformat}

*Expected:*
The picture is taken

*Actual:*
The app crashes

Another issue:
Resultant image is ..jpg if I specify Camera.EncodingType.PNG
{noformat}
{
    allowEdit: false,
    encodingType: Camera.EncodingType.PNG
}
{noformat}



--
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