[Webkit-unassigned] [Bug 134251] [iOS] Calling drawImage on a video element causes the controls to appear fullscreen

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Aug 15 11:58:01 PDT 2022


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

Youssef Soliman <y_soliman at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |y_soliman at apple.com
         Resolution|---                         |WONTFIX

--- Comment #12 from Youssef Soliman <y_soliman at apple.com> ---
The issue here is calling `video.play()` which will automatically fullscreen a video on iOS without the `playsinline` attribute. The workaround for this would be to set `video.playsInline = true` before calling `video.play()`.

-- 
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/20220815/ee385300/attachment-0001.htm>


More information about the webkit-unassigned mailing list