google-code-export / prssr

Automatically exported from code.google.com/p/prssr
GNU General Public License v2.0
1 stars 0 forks source link

Softkeys don't work in Item View while fullscreen is on #111

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Open an item
2. Turn on fullscreen reading
3. try to use e.g. the left Softkey to go up to the feed view

What is the expected output? What do you see instead?
Neither the left nor the right softkey do anything at all when fullscreen
is on.  Suggest making the left softkey work as it would with fullscreen
off, and maybe the right softkey should turn off fullscreen, then open the
menu.

Original issue reported on code.google.com by james.bromwell on 16 Nov 2008 at 6:57

GoogleCodeExporter commented 9 years ago
I'm not sure if this is doable, since for the fullscreen, the menu is 
deactivated at all.

Maybe intercepting the message loop and catching the left/right softkeys key 
presses
is the way - just an idea.

Original comment by and...@gmail.com on 16 Nov 2008 at 8:30

GoogleCodeExporter commented 9 years ago
I had suspected that this might be a fault of the fullscreen-browser component 
you're
using.  If it's not fixable, that's OK, but it's a bit of a hassle to have no 
way of
leaving the item view without using the touchscreen (once you go fullscreen).

Original comment by james.bromwell on 17 Nov 2008 at 12:22