Commit 72767d3
authored
Merge pull request #29 from ProLoser/feat/pwa-fullscreen-manifest
feat: Update PWA display mode to fullscreen
Changes the PWA manifest configuration in vite.config.ts to use
`display: 'fullscreen'` instead of `display: 'standalone'`.
This is intended to provide a more immersive experience by making the
application take over the entire screen, potentially hiding the system
status bar in addition to browser chrome.
This change adheres to the requirement of using only manifest updates.
In-app UI elements will remain visible, and the 'portrait' orientation
preference is maintained.1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| 19 | + | |
19 | 20 | | |
20 | 21 | | |
21 | 22 | | |
| |||
0 commit comments