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/06/05 01:35:04 UTC

[jira] [Resolved] (CB-6758) Pick image from Library or Photo album on android 4.4 New Bug

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

Joe Bowser resolved CB-6758.
----------------------------

    Resolution: Cannot Reproduce

I can't reproduce this issue, with the latest source.  Closing.

> Pick image from Library or Photo album on android 4.4 New Bug
> -------------------------------------------------------------
>
>                 Key: CB-6758
>                 URL: https://issues.apache.org/jira/browse/CB-6758
>             Project: Apache Cordova
>          Issue Type: Bug
>          Components: Android
>    Affects Versions: 3.5.0
>         Environment: Nexus 5, Android 4.4.2
>            Reporter: Roy Ackermann
>              Labels: Library
>
> Now i have installed cordova 3.5 and camera plugin 0.2.9
> When i call 
> {code:title=Code|borderStyle=solid}
> navigator.camera.getPicture(onSuccessGetPhoto, onFailCamera, { targetWidth: 1000,targetHeight: 1000, quality: 65, destinationType: Camera.DestinationType.FILE_URI  , saveToPhotoAlbum: false ,  sourceType: Camera.PictureSourceType.SAVEDPHOTOALBUM, correctOrientation:true});
> {code}
> i get the following error: 
> {panel:title=error|titleBGColor=#FFFFCE|bgColor=#FFFFCE}
> Could get real path for URI string content://com.android.providers.media.documents/document/image%3A1415
> {panel}
> The success callback and error callback will not be called. 
> If i call the function again, the first and the second image will be processed. 



--
This message was sent by Atlassian JIRA
(v6.2#6252)