GoogleChromeLabs/picture-in-picture-chrome-extension

Auto Move Feature?

Opened this issue · 2 comments

Is it possible to make an auto move feature that - if your mouses goes close to the PIP window - it moves the PIP window to a temporary location so you can have access to what is under the PIP window.

This would reclaim the screen release estate of the screen.

The feature is similar to this (time coded):

https://youtu.be/SMhWU5BJ8Mk?t=97

It would be great, but method access to the PictureInPictureWindows is limited to adding listeners, and getting size. It will be feasable once the API expose the method.

https://www.w3.org/TR/picture-in-picture/

It would be great, but method access to the PictureInPictureWindows is limited to adding listeners, and getting size. It will be feasable once the API expose the method.

https://www.w3.org/TR/picture-in-picture/

So is this possible now? Or do we need to have more features added to the API?