Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
3.3.0
-
None
-
None
Description
I have the following code running on a MotoX. Thing is my file_uri ends up being something like file:///storage/emulated/0/DCIM/Camera/foo.jpg - and it doesn't show up in the Gallery or Photos - aka saveToPhotoAlbum doesn't appear to be working as intended.
var cameraOptions =
{ quality: 100, destinationType: Camera.DestinationType.FILE_URI, sourceType: Camera.PictureSourceType.CAMERA, allowEdit: true, encodingType: Camera.EncodingType.JPEG, targetWidth: 800, saveToPhotoAlbum: true };
navigator.camera.getPicture(
.bind(this.onPhotoSuccess, this),
.bind(this.onPhotoError, this),
cameraOptions);
Attachments
Issue Links
- is related to
-
CB-8740 Mobile Spec Camera test can't find the photo, keeps finding directory
-
- Closed
-