You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by "jcesarmobile (JIRA)" <ji...@apache.org> on 2018/11/24 22:59:00 UTC

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

     [ https://issues.apache.org/jira/browse/CB-10984?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

jcesarmobile closed CB-10984.
-----------------------------
    Resolution: Not A Problem

Closing as not a problem as it's documented that allowEdit is unpredictable on Android

> 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: cordova-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
>              Labels: android, reproduced, triaged
>
> 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.
> {code:javascript}
>             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
>                 }
>             );
> {code}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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