Uploaded image for project: 'Apache Cordova'
  1. Apache Cordova
  2. CB-6758

Pick image from Library or Photo album on android 4.4 New Bug

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Cannot Reproduce
    • 3.5.0
    • None
    • cordova-android
    • Nexus 5, Android 4.4.2

    Description

      Now i have installed cordova 3.5 and camera plugin 0.2.9

      When i call

      Code
      navigator.camera.getPicture(onSuccessGetPhoto, onFailCamera, { targetWidth: 1000,targetHeight: 1000, quality: 65, destinationType: Camera.DestinationType.FILE_URI  , saveToPhotoAlbum: false ,  sourceType: Camera.PictureSourceType.SAVEDPHOTOALBUM, correctOrientation:true});
      
      

      i get the following error:

      error

      Could get real path for URI string content://com.android.providers.media.documents/document/image%3A1415

      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.

      Attachments

        Activity

          People

            Unassigned Unassigned
            roy_lecare Roy Ackermann
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: