You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by "Connor Pearson (JIRA)" <ji...@apache.org> on 2015/04/01 16:40:52 UTC

[jira] [Created] (CB-8780) Photo picker popover slow

Connor Pearson created CB-8780:
----------------------------------

             Summary: Photo picker popover slow
                 Key: CB-8780
                 URL: https://issues.apache.org/jira/browse/CB-8780
             Project: Apache Cordova
          Issue Type: Bug
          Components: Plugin Camera
         Environment: iPad, cordova-ios 3.8, latest camera plugin on github
            Reporter: Connor Pearson


Opening the photo picker popover on iPad can take several seconds.

{code:javascript}
navigator.camera.getPicture(
    function(){console.log("Success");}, 
    function(){console.log("Error");}, 
    { destinationType: navigator.camera.DestinationType.FILE_URI, 
    sourceType: navigator.camera.PictureSourceType.PHOTOLIBRARY });
{code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@cordova.apache.org
For additional commands, e-mail: issues-help@cordova.apache.org