[
https://issues.apache.org/jira/browse/CB-10984?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Richard B Knoll updated CB-10984:
---------------------------------
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.
{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}
was:
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
}
);
> 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: 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
(v6.3.4#6332)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]