Hi,

I am using cordova3.0. navigator.camera.getPicture fails when reading a picture 
from the gallery. However it seems to be working when taking a picture from 
dropbox or drive.

Tried using various option values to ensure that the file is read as is, to 
avoid OOM errors. Nothing seems to be working.

                        quality: 100
                        destinationType: 
navigator.camera.DestinationType.FILE_URI, 
                       sourceType: 
navigator.camera.PictureSourceType.PHOTOLIBRARY,
                       correctOrientation: false,
                       targetWidth: 1024,
                       targetHeight: 1024,
                       allowEdit:false

The issue happens from Samsung S3, where as it is working well with other 
devices, however intermittent error is happening.

Is this resolved in the later releases of Cordova? Please assist.

Thanks & Regards
Biju

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

Reply via email to