โจ feat: Update the display_override property of the Manifest class to 'window-controls-overlay', adapt to the windows-side pwa hidden top bar #7071
+1
โ1
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
๐ป ๅๆด็ฑปๅ | Change Type
๐ ๅๆด่ฏดๆ | Description of Change
Updated the display_override property of the Manifest class to 'window-controls-overlay', enabling the PWA application on Windows platform to adapt to the hidden top bar feature. This allows the application to gain more usable space and provide a more native-like experience.
๐ ่กฅๅ ไฟกๆฏ | Additional Information
Window Controls Overlay (WCO) is a PWA feature that allows web applications installed on desktop platforms to utilize the title bar area of the application window. This provides more screen real estate for your application by moving the system window controls (minimize, maximize, close buttons) to a small overlay instead of occupying the entire title bar.
This feature is supported in Chromium-based browsers (Chrome, Edge, etc.) version 98 and later. It's not supported in Firefox or Safari as of now.