fered / ebookdroid

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

Feature request: Disable menu while full screen #361

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Open a book/pdf/cbr.
2. Use full screen mode to read.
3. Tapping on the screen displays the Android menu buttons at the bottom.

What is the expected output?
Going to the previous/next page in full screen, only showing the book/comic.

What do you see instead?
The Android menu buttons appear when you touch the screen, instead of staying 
in full screen mode. Also, you can't go to another page until the menu buttons 
have appeared, so you have to tap first to show the buttons and then tap again 
to go to another page.

What version of the product are you using?
The latest (https://play.google.com/store/apps/details?id=org.ebookdroid)

On what operating system?
Android 4.1.2 (Jelly Bean)

What device are you using?
Nexus 7

Please provide any additional information below.

I love your app and it would be great if the full screen mode would appear in 
full screen at all times, unless you'd use a touch gesture or something to make 
the menu buttons appear. Thanks in advance!

Original issue reported on code.google.com by symona...@gmail.com on 28 Oct 2012 at 1:00

GoogleCodeExporter commented 8 years ago
Unfortunately it is not possible - in fullscreen on android 4.1 system handles 
first touch event itself and shows controls. Application even does not receive 
this event and can not stay in fulscreen. Only possibility - using volume 
buttons for turning pages.

Original comment by Andrei.K...@gmail.com on 28 Oct 2012 at 8:46

GoogleCodeExporter commented 8 years ago
Thanks for your reply. As you've said, using the volume buttons doesn't show 
the menu at the bottom, so I've switched to using that. Thanks!

Original comment by symona...@gmail.com on 29 Oct 2012 at 8:41