You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by "Bnaya (JIRA)" <ji...@apache.org> on 2015/04/27 12:59:39 UTC

[jira] [Created] (CB-8917) Add api/way to get plugins results even when Cordova activity restarts

Bnaya created CB-8917:
-------------------------

             Summary: Add api/way to get plugins results even when Cordova activity restarts  
                 Key: CB-8917
                 URL: https://issues.apache.org/jira/browse/CB-8917
             Project: Apache Cordova
          Issue Type: Improvement
          Components: Android
            Reporter: Bnaya


In android when you have a plugin that opens new activity the CordovaActivity will be killed and you won't get the result from the plugin.
The new activity will get the results but because the plugin objects are dead and the webview reloaded you can get the data to the js callback.

The most noticeable example is the camera plugin. (And maybe its the same with even more platforms)

possible solution for this is to add metadata to the device ready event with incoming data from plugins



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@cordova.apache.org
For additional commands, e-mail: issues-help@cordova.apache.org