GitHub user thehuijb opened a pull request:

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

    CB-8804 implement check for saved result

    Android uses intents to launch the camera activity on the device to capture 
images, and on phones with low memory, the Cordova activity may be killed.  
    In this scenario, the image may not appear when the Cordova activity is 
restored.
    
    Once our MainActivity restarts you should call the checkForSavedResult 
method in onDeviceReady to see if there is a result present from a previous 
call to getPicture.

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

    $ git pull https://github.com/thehuijb/cordova-plugin-camera 
feature/checkSavedResult

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

    https://github.com/apache/cordova-plugin-camera/pull/97.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 #97
    
----
commit 7cd437b7ce11275f7285cdd957153f9a414dc4c7
Author: Serge Huijben <[email protected]>
Date:   2015-05-21T09:49:23Z

    implement check for saved result

----


---
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