You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cordova.apache.org by "Shazron Abdullah (Resolved) (JIRA)" <ji...@apache.org> on 2012/02/06 22:10:59 UTC

[jira] [Resolved] (CB-44) "resume" event fires when "pause" is triggered

     [ https://issues.apache.org/jira/browse/CB-44?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Shazron Abdullah resolved CB-44.
--------------------------------

    Resolution: Not A Problem
    
> "resume" event fires when "pause" is triggered
> ----------------------------------------------
>
>                 Key: CB-44
>                 URL: https://issues.apache.org/jira/browse/CB-44
>             Project: Apache Callback
>          Issue Type: Bug
>          Components: iOS
>            Reporter: Shazron Abdullah
>
> reported at: https://github.com/phonegap/phonegap-iphone/issues/314
> by: https://github.com/tifroz
> Setting up the resume listener within the "pause" handler causes the resume event to fire upon "pause"
> ```javascript
>   document.addEventListener("pause", function() { 
>        //Do something
>        document.addEventListener("resume", function(){
>            //The code here wil actually execute when "pause" is triggered!!!
>         },false); 
>     }, false); 
> ```

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira