Open masklinn opened 10 years ago
I'm focusing my energy on slides2
these days, since finishing that work (#48) is the biggest thing blocking a release. I'm unlikely to work on this, but would be happy to review a pull request!
+1 one to better full screen support.
Slides2 includes fullscreen API support: https://github.com/nyergler/hieroglyph/blob/71c214614276d38e58ef031235115b1c8fff82b3/src/hieroglyph/themes/slides2/static/js/slide-deck.js#L239
But slides and single-level don't. This is bothersome in OSX because much of the browser chrome remains in the OS's built-in "fullscreen mode" (the browser take the whole display and the menu bar is hidden, but none of Firefox, Chrome and Safari hide the address bar or tabs).
Using the fullscreen API, all of the chrome is hidden.