Damien Antipa created CB-7847:
---------------------------------
Summary: Page Visibility API should be supported in favor of
pause/resume
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]