futurepress / epub.js

Enhanced eBooks in the browser.
http://futurepress.org
Other
6.47k stars 1.11k forks source link

Full screen mode #4

Closed JakeHartnell closed 10 years ago

JakeHartnell commented 11 years ago

PDF.js has a nice full screen mode which would be nice to implement in our project. It's essential to allow the creation of a minimal distraction reading environment.

lpccoder commented 11 years ago

Maybe simply adding some javascript code like http://stackoverflow.com/questions/1125084/how-to-make-in-javascript-full-screen-windows-stretching-all-over-the-screen to your app will do the job.

JakeHartnell commented 11 years ago

Awesome, this is a good article too: http://www.html5rocks.com/en/mobile/fullscreen/

I'm going to finally get around to working on this.

JakeHartnell commented 11 years ago

https://github.com/sindresorhus/screenfull.js

lpccoder commented 11 years ago

Nice!