[ 
https://issues.apache.org/jira/browse/CB-8780?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14490581#comment-14490581
 ] 

ASF GitHub Bot commented on CB-8780:
------------------------------------

Github user shazron commented on the pull request:

    
https://github.com/apache/cordova-plugin-camera/pull/81#issuecomment-91725489
  
    Looks good


> 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: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to