luke-chang / js-spatial-navigation

A javascript-based implementation of Spatial Navigation.
Mozilla Public License 2.0
370 stars 117 forks source link

Microsoft UWP (Xbox) web app issue #38

Open TautvydasDerzinskas opened 4 years ago

TautvydasDerzinskas commented 4 years ago

Hi,

Spatial navigation is not working on Microsoft Web Apps. I assume it's because you navigate using gamepad and keycodes triggering nav are different.

Any chances to get a feature where we could define keycodes for keys triggering navigation?

LukasLohmar commented 2 years ago

it seems to be a bit late, but you could check out the microsoft library: https://github.com/microsoft/TVHelpers they have a script which translates gamepad input to the correct keys. i don´t think it will get integrated in this library :(