You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by "Joe Bowser (JIRA)" <ji...@apache.org> on 2014/02/17 17:02:19 UTC

[jira] [Assigned] (CB-5839) Android 4.4 - Camera plugin saveToPhotoAlbum option doesn't work

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

Joe Bowser reassigned CB-5839:
------------------------------

    Assignee: Andrew Grieve  (was: Joe Bowser)

Care to go for a hat trick on this one? It seems related to the content URI issue that you were dealing with earlier.

> Android 4.4 - Camera plugin saveToPhotoAlbum option doesn't work
> ----------------------------------------------------------------
>
>                 Key: CB-5839
>                 URL: https://issues.apache.org/jira/browse/CB-5839
>             Project: Apache Cordova
>          Issue Type: Bug
>          Components: Android, Plugin Camera
>    Affects Versions: 3.3.0
>            Reporter: Lindsey Simon
>            Assignee: Andrew Grieve
>
> 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);



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)