Android Question Keyboar navigation

EduardoElias

Well-Known Member
Licensed User
Longtime User
I have a Dashboard that is used on a Tablet (actually in a Android Box connected on a big screen)

I have the dashboard object that I use to align many panels

inside this panels i load layouts

on this layouts i have customlistview(s)

I was using a LISTVIEW before, and it let me navigate thru the screen using the CURSOR keys I could move thru the many listviews

Now I am stuck, no moviment happens, I get the KeyCode, so the keyboard is work. I am not consuming the Keycodes, just looking if they are happening.

Is there any difference with CustomListView ?
 

EduardoElias

Well-Known Member
Licensed User
Longtime User
nope, the only selectable object on the screen is the 3 dots menu on the top left corner, I can open the menu and navigate the options with cursor. Getting back to the main screen nothing is selectable

The keycodes are getting generated.
 
Upvote 0
Top