Skip to content

Commit 48b99cb

Browse files
committed
public/manifest: change display to "standalone"
"fullscreen" is for immersive apps like games (and is only available on Android currently which is why we didn't notice the app going fullscreen on desktop). Fixes: pybricks/support#867
1 parent b255a14 commit 48b99cb

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,11 @@
77
### Added
88
- Added audio and visual feedback when typing into terminal while user program is not running.
99

10+
### Changed
11+
- Changed app display from "fullscreen" to "standalone" ([support#867]).
12+
13+
[support#867]: https://github.com/pybricks/support/issues/867
14+
1015
## [2.0.1] - 2022-12-21
1116

1217
### Fixed

public/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
}
2222
],
2323
"start_url": ".",
24-
"display": "fullscreen",
24+
"display": "standalone",
2525
"theme_color": "#000000",
2626
"background_color": "#ffffff"
2727
}

0 commit comments

Comments
 (0)