-
Notifications
You must be signed in to change notification settings - Fork 36
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
Fullscreen option? #60
Comments
I cannot replicate that, hitting F11 hides everything on my copy of firefox. Your mouse isn't hiding at the top of the screen, keeping them active? |
ah thank you for the quick response, I have |
Am I right in assuming the fullscreen API ignored |
Can confirm this lil snippet of code works in the console:
It's a bit unintuitive since just running |
Just to bump this issue - might be a week or 3. I've just moved and need to reassemble my dev machine. |
Thanks for the update! if you decide upon a sane keycode I could see what I could do to help ;-) |
Added as Alt+Enter, since that's commonly used for fullscreen and not actually taken by Chrome/Firefox already (yay!). |
Hey, thank you for making this.
Is there an option to fullscreen the website? On firefox I can press F11 to fullscreen the browser but this doesn't hide the tabs without other workarounds. Is it possible / can you add the feature to full screen the app with a button (maybe F11?).
https://developer.mozilla.org/en-US/docs/Web/API/Fullscreen_API
Thanks!
The text was updated successfully, but these errors were encountered: