nyergler / hieroglyph

Generate HTML presentations from plain text sources with all the power of Sphinx.
https://hieroglyph.readthedocs.io/en/latest/
BSD 3-Clause "New" or "Revised" License
260 stars 73 forks source link

Support full-screen API in slides and single-level #71

Open masklinn opened 10 years ago

masklinn commented 10 years ago

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.

nyergler commented 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!

garrettwilkin commented 10 years ago

+1 one to better full screen support.