[ 
https://issues.apache.org/jira/browse/CB-7847?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14257365#comment-14257365
 ] 

ASF GitHub Bot commented on CB-7847:
------------------------------------

Github user agrieve commented on the pull request:

    https://github.com/apache/cordova-js/pull/86#issuecomment-67986272
  
    Although the code here is minor, I think this should be packaged as a 
plugin rather than adding it to cordova-js. It's possible that some platforms 
might already support these events, and plugins make it much easier to add the 
functionality just where it's needed.


> Page Visibility API should be supported
> ---------------------------------------
>
>                 Key: CB-7847
>                 URL: https://issues.apache.org/jira/browse/CB-7847
>             Project: Apache Cordova
>          Issue Type: Improvement
>          Components: CordovaJS
>    Affects Versions: 3.5.0
>            Reporter: Damien Antipa
>             Fix For: 3.6.0
>
>
> If the browser supports the API currently, he may return a wrong value by 
> accessing the visibilityState when the application went into pause mode. Imo 
> the visibility API should be supported without breaking code relying on 
> pause/resume. 
> http://www.w3.org/TR/page-visibility/#sec-visibilitychange-event
> I created a patch which relies on the fact that all platform code will handle 
> pause/resume properly. It currently supports the visibilityState and the 
> visibilitychange event. Missing parts of the spec are:
> - handle hidden attribute on window
> - prerender/unloaded



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

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

Reply via email to