[Webkit-unassigned] [Bug 189052] New: onwebkitfullscreenchange present, but not firing in iOS 12 when target is video element

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Aug 28 10:57:34 PDT 2018


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

            Bug ID: 189052
           Summary: onwebkitfullscreenchange present, but not firing in
                    iOS 12 when target is video element
           Product: WebKit
           Version: Other
          Hardware: iPhone / iPad
                OS: Other
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: HTML Events
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: w0nka at mac.com

Hello,

iOS 12 Safari/Webkit introduces support for the `document.onwebkitfullscreenchange`. While this event seems to work when non-video elements request fullscreen, it does not work with the `<video>` element. Here is an example that requests full screen on a `<div>` and `<video>`, and console.logs when `onwebkitfullscreenchange` is fired: https://jackwellborn.com/playground/videoFullScreenTest.html. The example fires `onwebkitfullscreenchange` for both the div and video in Desktop Safari Technology Preview (Release 63 (Safari 12.1, WebKit 13607.1.2.1)) as expected, but only fires it for the div in iOS 12 Public Beta 8 or 9. Let me know if you need any more clarification or have follow questions.

Thanks.

~Jack

-- 
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/20180828/57ba8016/attachment.html>


More information about the webkit-unassigned mailing list