[Webkit-unassigned] [Bug 172051] `webkitSetPresentationMode('picture-in-picture'); ` (PiP) not working on "blob:" video sources

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri May 12 14:31:50 PDT 2017


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

--- Comment #1 from Kurt Zenisek <KZeni1 at gmail.com> ---
Also, it appears that using `document.getElementsByTagName('video')[0].webkitSetPresentationMode('inline');` _works_ on a YouTube video (if you were to make it a PiP via the video element's context menu) whereas `document.getElementsByTagName('video')[0].webkitSetPresentationMode('picture-in-picture');` does not work (even if you execute this immediately after the inline command worked.)

-- 
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/20170512/fd0bfa58/attachment.html>


More information about the webkit-unassigned mailing list