Was just trying my first app on a friend's (old) Android phone, which has a D-pad (4-way buttons + select button).
I noticed that I could use the direction buttons to select controls on the screen, then the Select button to activate them (i.e. click event), but there was no visible indicator of where the focus was, at least for the buttons.
Is there a recommended way to support d-pad use, showing the focus move around? I saw some posts about enabling/disabling focus in "touch mode" and so on, but I'm not sure what a "standard" app is supposed to do.
Just seems weird to have the d-pad work, but without visual feedback about the currently focused control.
Thoughts?
I noticed that I could use the direction buttons to select controls on the screen, then the Select button to activate them (i.e. click event), but there was no visible indicator of where the focus was, at least for the buttons.
Is there a recommended way to support d-pad use, showing the focus move around? I saw some posts about enabling/disabling focus in "touch mode" and so on, but I'm not sure what a "standard" app is supposed to do.
Just seems weird to have the d-pad work, but without visual feedback about the currently focused control.
Thoughts?