Navigate through repeat grid using game controller
Repetition grid are awesome, we know it. It works well with PC (mouse interaction) since the hover is immediatly looking for the hover state of a component.
It's less magical when trying to navigate a grid with controller where the hover is not accessible.
We should have preset that understand that using dpad/joystick navigation in the grid toggle hover state on/off without having to define in the prototype view the very bulky :
- Press Dpad left (joystick left) go to state Hover on button 2
- Press Dpad bottom (joystick bottom) go to state Hover on button 4 ...
-
yvan commented
Repetition grid are awesome, we know it. It works well with PC (mouse interaction) since the hover is immediatly looking for the hover state of a component.
It's less magical when trying to navigate a grid with controller where the hover is not accessible.
We should have preset that understand that using dpad/joystick navigation in the grid toggle hover state on/off without having to define in the prototype view the very bulky :
* Press Dpad left (joystick left) go to state Hover on button 2
* Press Dpad bottom (joystick bottom) go to state Hover on button 4
...