You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by "Ray Shan (JIRA)" <ji...@apache.org> on 2016/03/29 19:26:25 UTC

[jira] [Created] (CB-10984) Camera crop UI is not shown when user chooses Google Photos app

Ray Shan created CB-10984:
-----------------------------

             Summary: Camera crop UI is not shown when user chooses Google Photos app
                 Key: CB-10984
                 URL: https://issues.apache.org/jira/browse/CB-10984
             Project: Apache Cordova
          Issue Type: Bug
          Components: Android, Plugin Camera
    Affects Versions: 6.1.0
         Environment: Cordova 6.1.0, Cordova Android 5.1.1, Samsung Note 5 on Marshmellow 6.0.1
            Reporter: Ray Shan
            Priority: Minor


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
                }
            );




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

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@cordova.apache.org
For additional commands, e-mail: issues-help@cordova.apache.org