Github user riknoll commented on a diff in the pull request:

    https://github.com/apache/cordova-android/pull/257#discussion_r51923623
  
    --- Diff: cordova-js-src/platform.js ---
    @@ -58,6 +61,19 @@ module.exports = {
             bindButtonChannel('volumeup');
             bindButtonChannel('volumedown');
     
    +        // The resume event is not "sticky", but it is possible that the 
event
    +        // will contain the result of a plugin call. We need to ensure 
that the
    +        // plugin result is delivered even after the event is fired 
(CB-10498)
    +        var cordovaAddEventListener = document.addEventListener;
    --- End diff --
    
    Actually, it doesn't seem like Cordova events fire in the window...


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

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@cordova.apache.org
For additional commands, e-mail: dev-h...@cordova.apache.org

Reply via email to