Becca Hughes

Results 3 comments of Becca Hughes

The problem with the `` approach is that it breaks support for encrypted media which most content played in Picture-in-Picture needs. Custom controls are a big use case too because...

Yes this is the case. With promise chaining something like the following should work: ```javascript interactiveUI.requestPictureInPicture({ interactive: true }) .then((w) => return w) .catch(e => return nonInteractiveUI.requestPictureInPicture({ interactive: false }))...

Design review is here: https://github.com/w3ctag/design-reviews/issues/356