3tuesday / kthoom

Automatically exported from code.google.com/p/kthoom
MIT License
0 stars 0 forks source link

Remove UI when in fullscreen mode #14

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Put the browser in fullscreen / presentation mode
2. Notice that the UI (progress, etc) pushes the images offscreen

What is the expected output? What do you see instead?
We should remove the UI when in fullscreen mode while continuing to support 
navigation via key/mouse events.  Perhaps even some lightweight thing to tell 
you which page you're on, but then fade it after 2-3s after going to the next 
page.

Original issue reported on code.google.com by codedr...@gmail.com on 26 Aug 2011 at 9:37

GoogleCodeExporter commented 8 years ago
It detects fullscreen mode in a sort of hackish way (screen.height - 
innerHeight < 4, because fullscreen often still has a small gap on top to pull 
down the chrome). Hovering your mouse over the top 100px of the screen reveals 
the standard progress bar/buttons

Original comment by Antimatter15 on 26 Aug 2011 at 10:39

GoogleCodeExporter commented 8 years ago

Original comment by Antimatter15 on 27 Aug 2011 at 12:42