Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Not A Problem
-
6.1.0
-
None
-
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
- is related to
-
CB-7668 Android: Crop image
- Closed