You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by "Daniel Roizman (JIRA)" <ji...@apache.org> on 2013/09/20 18:41:52 UTC

[jira] [Created] (CB-4888) iPad simulator not working with Photo Library, images are empty

Daniel Roizman created CB-4888:
----------------------------------

             Summary: iPad simulator not working with Photo Library, images are empty
                 Key: CB-4888
                 URL: https://issues.apache.org/jira/browse/CB-4888
             Project: Apache Cordova
          Issue Type: Bug
          Components: Plugin Camera
         Environment: iPad Simulators 6.0 -> 7.0 haven't tested below ios6
            Reporter: Daniel Roizman


In the iPad simulator, acquiring a photo results in empty file.  When I tested with both temporary and permanent filesystem, i get the same result.

navigator.camera.getPicture(onSuccess, onFail, {
	destinationType: Camera.DestinationType.FILE_URI,
	sourceType: Camera.SourceType.PHOTOLIBRARY,
	limit: 1,
	quality : 50,
	targetHeight: 640,
	targetWidth: 640
});

Works fine on all iPhone simulators, iPad is the only one doing this.  I don't have a physical iPad to test this with.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira