WICG / document-picture-in-picture

https://wicg.github.io/document-picture-in-picture/
Other
56 stars 9 forks source link

Doesn't work on Chrome Extension #101

Open albertpratomo opened 10 months ago

albertpratomo commented 10 months ago

Hi, I'm working on creating a pomodoro timer Chrome Extension.

I want the pomodoro timer to open in a floating document PiP window, but it doesn't work:

image

I believe this is mentioned in #98 and this chromium bug thread.

Is it intentional that the document PiP is unallowed to be used by a Chrome extension?

apades commented 10 months ago

Looks like a recently added restriction, I had use this API in localhost before, but now is disable

steimelchrome commented 7 months ago

Is this still an issue on Chrome 122.0.6240.0 and later? We've allowed more schemes to be used. It should work on localhost for 122.0.6238.0 and later