GitHub user kinfkong opened a pull request: https://github.com/apache/cordova-plugin-camera/pull/30
Fix the bug in CDVCamera.m of hasPendingOperation property when takePict... When the operation of takePiture begin, we should set hasPendingOperation to YES, when it ends, we should set that property to NO. You can merge this pull request into a Git repository by running: $ git pull https://github.com/kinfkong/cordova-plugin-camera master Alternatively you can review and apply these changes as the patch at: https://github.com/apache/cordova-plugin-camera/pull/30.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 #30 ---- commit eb1f53a0245f0e755d822f1e7230d515cb90ab2a Author: Wang Jinggang <kinfk...@126.com> Date: 2014-06-05T07:56:45Z Fix the bug in CDVCamera.m of hasPendingOperation property when takePicture ---- --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---