thobook2014 / ebookdroid

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

Full screen issue on devices with soft keys (Android 4.2) #397

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
When you switch to full screen mode while reading PDF files on Nexus 7, the 
soft keys are still visible for some period of time, and after a while they 
automatically disappear smoothly. The issue is that when the program is in the 
full screen mode, then every first touch is hooked by the OS to show these soft 
keys instead of handling by the reader, and only further touch actions will be 
handled by the reader.
I expect to not see any software keys in the full screen mode at all, and to be 
able to perform gestures without seeing soft keys.

Original issue reported on code.google.com by sergey.p...@gmail.com on 9 Dec 2012 at 2:53

GoogleCodeExporter commented 9 years ago
Not possible. As you said - first touch handled by OS. Application does not 
receive it and can not override.

I heard can this solved in some custom firmwares, cm10.1 for example.

Original comment by Andrei.K...@gmail.com on 9 Dec 2012 at 4:10