[Webkit-unassigned] [Bug 244155] New: disablePictureInPicture still renders the pip button
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Sat Aug 20 06:36:09 PDT 2022
https://bugs.webkit.org/show_bug.cgi?id=244155
Bug ID: 244155
Summary: disablePictureInPicture still renders the pip button
Product: WebKit
Version: Safari 15
Hardware: iPhone / iPad
OS: iOS 15
Status: NEW
Severity: Normal
Priority: P2
Component: Media
Assignee: webkit-unassigned at lists.webkit.org
Reporter: florescuadyz at yahoo.com
Created attachment 461760
--> https://bugs.webkit.org/attachment.cgi?id=461760&action=review
screenshot of codepen with video element that has disablePictureInPicture attribute
I created a simple HTML with a video https://codepen.io/anything/pen/Barvozw
<video id='video' disablePictureInPicture controls="controls" preload='none' width="600" poster="https://assets.codepen.io/32795/poster.png">
<source id='mp4' src="http://media.w3.org/2010/05/sintel/trailer.mp4" type='video/mp4' />
</video>
I want to disable PictureInPicture and used the disablePictureInPicture attribute on the video element but that is ignored in iOS 15.6 Safari.
--
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/20220820/ceaa29c7/attachment.htm>
More information about the webkit-unassigned
mailing list