Skip to content
#

picture-in-picture

Here are 58 public repositories matching this topic...

leonspok
leonspok commented Jul 30, 2018

Probably, Safari ignores all changes in presentation mode of the video until user interacts with the webpage.

The problem is that Safari ignores webkitSetPresentationMode("picture-in-picture") even though it reports that this mode is supported:

video.webkitSupportsPresentationMode("picture-in-picture") // true
video.readyState // 4

Example: youtube.com. If you reload page, un

bug

Improve this page

Add a description, image, and links to the picture-in-picture topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the picture-in-picture topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.