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: [email protected]
For additional commands, e-mail: [email protected]