Uploaded image for project: 'Apache Cordova'
  1. Apache Cordova
  2. CB-9623

Android Camera Crashes With Camera Options allowEdit:True and encodingType:PNG

    XMLWordPrintableJSON

Details

    Description

      Repro Steps:
      Invoke getPicture with the options:

      {
          allowEdit: true,
          encodingType: Camera.EncodingType.PNG
      }
      

      Expected:
      The picture is taken

      Actual:
      The app crashes

      Another issue:
      Resultant image is ..jpg if I specify Camera.EncodingType.PNG

      {
          allowEdit: false,
          encodingType: Camera.EncodingType.PNG
      }
      

      Attachments

        Activity

          People

            vladimir.kotikov Vladimir Kotikov
            vladimir.kotikov Vladimir Kotikov
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: