Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

full screen mode #137

Closed
alex-rind opened this issue Aug 25, 2023 · 0 comments
Closed

full screen mode #137

alex-rind opened this issue Aug 25, 2023 · 0 comments

Comments

@alex-rind
Copy link
Collaborator

alex-rind commented Aug 25, 2023

Rationale: use complete space on all devices.

Possible solutions from https://stackoverflow.com/a/63661378/1140589:

const elem = document.documentElement;  
if (elem.requestFullscreen) {elem.requestFullscreen()}

cp. https://developer.mozilla.org/en-US/docs/Web/API/Element/requestFullscreen

Alternative: make it a progressive web app with "display": "standalone" in manifest.json.

alex-rind added a commit that referenced this issue Aug 25, 2023
alex-rind added a commit that referenced this issue Aug 25, 2023
@alex-rind alex-rind added this to the Summer 2023 Sprint milestone Aug 25, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant