-
Notifications
You must be signed in to change notification settings - Fork 0
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
Background changes to black when changing to fullscreen mode #4
Comments
Chrome wanted to do some "smart" stuff between when we first made this program and now. Reveal.js added a fix in the latest versions, hakimel/reveal.js@5e763bc We should just update reveal and hope nothing else breaks... or add those few lines? |
Ah nice find! I think we should update. Seems like a nice project for R&D day :) |
We already have those lines? |
The plot thickens 🤔 |
For now, an easy workaround is to use the browser's real full-screen mode (Ctrl+⌘+F and Shift+⌘+F to hide the top bars) instead of pressing F to let reveal use the full-screen API. It's explicitly the javascript full-screen API that adds this pseudo element somehow (Advantage is that it also works before the animation starts) |
Steps to reproduce:
Problem:
The screen expands to fullscreen, but also changes the background to black.
When you press Esc to exit fullscreen the background color changes back. You can't go to full screen when the animation hasn't played yet. If you press space and quickly F the presentation will go into fullscreen and the background will be normal, but at the end of the animation the screen will quickly fade to black.

The text was updated successfully, but these errors were encountered: