GitHub user rakatyal opened a pull request:

    https://github.com/apache/cordova-plugin-camera/pull/180

    Adding focus handler to make sure filepicker gets launched when app i…

    …s active
    
    FilesavePicker gives error when launched from an app which is currently not 
active. When the capture is complete after launching CameraUI (the app becomes 
inactive when cameraUI is launched), we immediately launch filesavepicker 
introducing a race condition, in which sometimes the savepicker gets launched 
when the app hasn't reached the active state yet causing it to break.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/MSOpenTech/cordova-plugin-camera raghav-focus

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/cordova-plugin-camera/pull/180.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 #180
    
----
commit f4309670cb974c27f9df5809922319f65094e468
Author: Raghav Katyal <[email protected]>
Date:   2016-02-26T21:51:34Z

    Adding focus handler to make sure filepicker gets launched when app is 
active

----


---
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 [email protected] or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to