agrigio / ebookdroid

Automatically exported from code.google.com/p/ebookdroid
0 stars 0 forks source link

"Hide system UI" from view tab doesn't hide navigation bar #630

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1.Turn on hide system UI in view preferences

What is the expected output?
Hidden navigation bar. full screen reading mode 

What do you see instead?
navigation bar is visible 

What version of the product are you using?
2.0.8

On what operating system?
Android 4.3

What device are you using?
Nexus 7

Please provide any additional information below.

Original issue reported on code.google.com by sasha.so...@gmail.com on 21 Oct 2013 at 3:34

GoogleCodeExporter commented 8 years ago
If system UI bar is hidden, system eats the first touch, show it and only after 
that pass next touches to our view - this works well for video players, not for 
book readers.
So, due to user responses, we only hide buttons on system UI bar.

Original comment by Alexander.V.Kasatkin@gmail.com on 22 Oct 2013 at 9:35

GoogleCodeExporter commented 8 years ago
Thank you for the response.

That is correct for scrolling with screen touching. Could it be hidden 
while scrolling with volume buttons?

Original comment by sasha.so...@gmail.com on 22 Oct 2013 at 9:52

GoogleCodeExporter commented 8 years ago
The immersive mode (real fullscreen) is added into the Android 4.4

Original comment by Alexander.V.Kasatkin@gmail.com on 25 Dec 2013 at 2:46