Skip to content

How can I disable full screen? #5616

Answered by jsjoeio
anonimo82 asked this question in Q&A
Discussion options

You must be logged in to vote

How can I force it to show always this way?

Hmm... I think you'd have to modify code-server's source code. IIRC, this is related to the PWA settings and is called fullscreen which hides the address bar when running as a PWA.

I think it is here: https://github.com/microsoft/vscode/blob/74b1f979648cc44d385a2286793c226e611f59e7/resources/server/manifest.json#L6

and these are the valid options: https://superpwa.com/doc/web-app-manifest-display-modes/

Note: you'd either have to edit this directly on your device where code-server is installed or fork, edit, recompile and download again on your device.

Replies: 4 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@jsjoeio
Comment options

Answer selected by anonimo82
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants