luke-chang / js-spatial-navigation

A javascript-based implementation of Spatial Navigation.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Want to use on screen buttons to navigate the screen

praveenupadhyay997 opened this issue · comments

I am thinking of having arrow buttons on screen instead of navigating with keyboard keys. Can you suggest me some method to achieve this.

@luke-chang Thank you for an amazing library and I have achieved this partially using mousedown as click is depleting the focus out of the screen.