Github user olexme commented on the pull request:

    
https://github.com/apache/cordova-plugin-camera/pull/160#issuecomment-181818806
  
    I had the same issue (empty string from getPicture() when trying to get the 
gallery picture) and I've just tried to use this PR by
    cordova plugin add 
https://github.com/MSOpenTech/cordova-plugin-camera#ee06d3efb233d5404d0aeda2abe08e6fd765c7fe
    Unfortunatelly it didn’t solve the issue - instead the empty string I get 
“file://“.
    My options:
    options = {
        quality:            80,
        encodingType:       0,        
        destinationType:    1,       
        sourceType:         0,
        allowEdit:          false,
        saveToPhotoAlbum:   false,
        correctOrientation: true,
        cameraDirection:    1
    };
    Android 5.0.0 on Galaxy S5


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@cordova.apache.org
For additional commands, e-mail: dev-h...@cordova.apache.org

Reply via email to