[
https://issues.apache.org/jira/browse/CB-8780?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14390649#comment-14390649
]
ASF GitHub Bot commented on CB-8780:
------------------------------------
GitHub user cjpearson opened a pull request:
https://github.com/apache/cordova-plugin-camera/pull/81
CB-8780: Display popover using main thread. Fixes popover slowness
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/cjpearson/cordova-plugin-camera popover-fix
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/cordova-plugin-camera/pull/81.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #81
----
commit dd3005c1c28c50a774f307ad1821f39c3f2b63ee
Author: Connor Pearson <[email protected]>
Date: 2015-04-01T14:34:17Z
Display popover using main thread. Fixes popover slowness
----
> 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]