[Webkit-unassigned] [Bug 207256] visibilitychange event does not get always fired on background but it may on foreground

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri May 29 16:29:54 PDT 2020


https://bugs.webkit.org/show_bug.cgi?id=207256

--- Comment #4 from Chris Dumez <cdumez at apple.com> ---
Likely related to process suspension on iOS. When you lock the screen or home out of Safari, our processes get suspended shortly after. As a result, we may or may not have time to fire the visibilitychange event before we get suspended. The event normally gets fired when the process resumes if it did to have time to get fired before suspension.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20200529/f334ac0c/attachment.htm>


More information about the webkit-unassigned mailing list