[
https://issues.apache.org/jira/browse/CB-8780?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14490620#comment-14490620
]
ASF subversion and git services commented on CB-8780:
-----------------------------------------------------
Commit af36e74d05a143fd464afb6acc626f8b8cb08245 in cordova-plugin-camera's
branch refs/heads/master from [~cjpearson]
[ https://git-wip-us.apache.org/repos/asf?p=cordova-plugin-camera.git;h=af36e74
]
CB-8780 - Display popover using main thread. Fixes popover slowness (closes #81)
> 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]