Replies: 1 comment 7 replies
|
The app already requests standalone PWA display mode. In source, the generated manifest sets: "display": "standalone"That is the manifest value browsers use to hide normal browser navigation UI such as the address bar when the app is installed and launched inside its manifest scope. Recent changelog entries also mention PWA manifest So there is not a FileBrowser setting you should need to toggle for the basic address-bar case. I would check these instead: If the address bar remains after a fresh install from the correct URL, that looks like a browser/installability issue or a manifest-scope bug worth filing with the manifest URL and app URL. |
7 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

Uh oh!
There was an error while loading. Please reload this page.
I installed FileBrowser Quantum in my android phone via PWA (Progressive Web App) in chrome and I see the installed application in my app drawer, however, when I open the app, it basically opens a webpage where I see the address bar above, how can I make it fullscreen such that I don't see the address bar?
All reactions