luke-chang / js-spatial-navigation

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

Trigger with smart tv browser the keycode up, down, right and left #43

Open Allan-Nava opened 3 years ago

Allan-Nava commented 3 years ago

It does not trigger the commands: up, down, right and left Any solution?

photo_2020-10-14_11-38-30

situee commented 2 years ago

what brand is your smart tv? Did you register the key code?

BlueBazze commented 2 years ago

For documentation: I had this issue with Tizen aswell. When opening the app in the web browser the remote is not considered a keyboard but a mouse. Therefor it moves the cursor instead of triggering keyboard inputs. If one were to encouter this problem. You can create a project with Tizen studio, and use your dev server as a hosted web app.

For WebOS, i am not sure how it would work with Magic Remote.

Android & tvOS tvs. I havent looked into.