[Webkit-unassigned] [Bug 174626] webkitfullscreenchange event not fired on iOS for vimeo.com videos

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Feb 12 23:31:54 PST 2022


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

Brent Fulgham <bfulgham at webkit.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |bfulgham at webkit.org
         Resolution|---                         |INVALID

--- Comment #4 from Brent Fulgham <bfulgham at webkit.org> ---
This is correct. webkitfullscreenchange is dispatched on element fullscreen, not on video fullscreen.  

For video fullscreen we dispatch:
webkitbeginfullscreenEvent / webkitendfullscreenEvent

However, when using the new element fullscreen, you should now see webkitfullscreenchange, but not webkitpresentationmodechanged or webkitbeginfullscreenEvent

-- 
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/20220213/4703044b/attachment.htm>


More information about the webkit-unassigned mailing list