arnoappenzeller / PiPifier

PiPifier is a native macOS 10.12 Safari extension that lets you use every HTML5 video in Picture in Picture mode
MIT License
756 stars 60 forks source link

Video stops playing when switching desktops #53

Open bschlenk opened 6 years ago

bschlenk commented 6 years ago

This is happening for twitch specifically, haven't tested anything else.

Repro:

BradPatras commented 6 years ago

Seeing this with twitch as well, but even using the javascript command directly javascript:document.querySelector("video").webkitSetPresentationMode("picture-in-picture"); in a bookmarklet also has this same issue so it might be a problem with safari or the OS itself