I have a Web application which opens in "Fire TV" browser Amazon Silk & Mozilla.
The remote has a navigation button : https://developer.amazon.com/docs/fire-tv/remote-input.html#capturing-input and when clicked the mouse cursor moves in that specific direction.
However this process is very slow to navigate the webpage using remote navigation.
The
I want to focus on the anchor and when the navigation button is clicked from left to right or top to bottom. I want to jump from one anchor to other in that particular direction. How can I achieve this?
Is there any Fire TV SDK which helps connect the remote navigation with web apps?
Tried using Tab Index in HTML element but that didn't help. Also the remote navigation doesn't work the same way like the keyboard navigation works.
Here eventlistener for andriod is given : https://developer.amazon.com/docs/fire-tv/remote-input.html#capturing-input . Do we have similar eventlistner for Web Apps using Javascript?