WICG / document-picture-in-picture

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

Can PIP support the hidden operation bar? #121

Open ericjiajia opened 3 months ago

ericjiajia commented 3 months ago

In the requirements I need to do, I need to hide the operation bar, but the current API cannot meet it image

steimelchrome commented 3 months ago

Having that bar always hidden is not feasible for security reasons (the user needs to know what origin the content is coming from and needs the ability to close the window). However, we have internally had some discussions around having the bar hide when the window is unfocused and unhovered. Would that solve your issue? Note that this isn't something that's definitely going to happen (or necessarily happen soon if it does happen), but it'd be good to know if that work would be solving your use case to help us prioritize

ericjiajia commented 2 months ago

Currently, I have a high-priority requirement, which is to display pip as a floating window with real-time subtitles. However, the current header will affect the display effect. For example, when the ppt is playing, it will interfere with the ppt content. If this feature can be supported as soon as possible, I will be very grateful!