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

Camera crop UI is not shown when user chooses Google Photos app

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Minor
    • Resolution: Not A Problem
    • 6.1.0
    • None
    • cordova-plugin-camera
    • Cordova 6.1.0, Cordova Android 5.1.1, Samsung Note 5 on Marshmellow 6.0.1

    Description

      Please see Environment field. With below options, if user chooses system Gallery app, crop UI is shown. If user chooses Google Photos app, crop UI is not shown.

                  navigator.camera.getPicture(
                      this._handleCameraSuccess.bind(this),
                      this._handleCameraError.bind(this),
                      {
                          quality: 80,
                          sourceType: Camera.PictureSourceType.PHOTOLIBRARY,
                          destinationType: Camera.DestinationType.DATA_URL,
                          allowEdit: true,
                          targetWidth: 336,
                          targetHeight: 336
                      }
                  );
      

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              rayshan Ray Shan
              Votes:
              1 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: