Bug 1582378 Comment 4 Edit History

Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.

Hi Nikhil,

Thanks for reaching out! The way the Play/Pause control from our Picture-in-Picture player window works is by calling the `play()` and `pause()` methods on the `<video>` element directly. My understanding from what you've written so far is that this is not currently supported. Is this something that might someday become supported?

If so, this will also fix a similar issue that Opera experiences with their Picture-in-Player feature, and for users of the FrankerFaceZ[1] Twitch enhancement suite WebExtension.

[1]: https://www.frankerfacez.com/
Hi Nikhil,

Thanks for reaching out! The way the Play/Pause control from our Picture-in-Picture player window works is by calling the `play()` and `pause()` methods on the `<video>` element directly. My understanding from what you've written so far is that this is not currently supported. Is this something that might someday become supported?

If so, this will also fix a similar issue that Opera experiences with their Picture-in-Player feature, and for users of the [FrankerFaceZ](https://www.frankerfacez.com/) Twitch enhancement suite WebExtension.

Back to Bug 1582378 Comment 4