You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I like the original idea of Document Picture in Picture, as written in explainer:
The website can provide custom controls and inputs (e.g. captions, playlists, time scrubber, liking/disliking videos, etc) to improve the user's PiP video experience.
A very important scenario mentioned here is captions. In many desktop music players (e.g. QQ Music), the function of popping up the lyrics and displaying them on top is provided, which is actually a kind of caption.
In order to meet this kind of demand, there are a few improvements to the current PIP implementation:
Especially in QQ Music provides the following modes, which we can learn from.
Background Transparency: The background can be made transparent by clicking the button on the title bar. If to avoid abuse, it can be opaque when opened by default.
When the background is transparent, the mouse can pass through it, which is very important in music apps, and the lyrics should not affect the user's mouse operation.
The PIP window is globally draggable when the background is transparent because we need somewhere to drag the title bar once it's hidden.
This will also further the Progressive Web App, bringing the great experiences from the Native App to the Web.
The future is bright, and thank you to all those who have worked so hard to bring us the best of the Web.
The text was updated successfully, but these errors were encountered:
On the Chrome side, we have had some discussions about giving the site some amount of control over initial location as well as letting the titlebar hide in some cases, but both of those are more in exploratory stages. We have not had much internal discussion about background transparency though
I like the original idea of Document Picture in Picture, as written in explainer:
A very important scenario mentioned here is captions. In many desktop music players (e.g. QQ Music), the function of popping up the lyrics and displaying them on top is provided, which is actually a kind of caption.
In order to meet this kind of demand, there are a few improvements to the current PIP implementation:
x
andy
toDocumentPictureInPictureOptions
#34Especially in QQ Music provides the following modes, which we can learn from.
This will also further the Progressive Web App, bringing the great experiences from the Native App to the Web.
The future is bright, and thank you to all those who have worked so hard to bring us the best of the Web.
The text was updated successfully, but these errors were encountered: