luke-chang / js-spatial-navigation

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

Want to use on screen buttons to navigate the screen #46

Closed praveenupadhyay997 closed 3 years ago

praveenupadhyay997 commented 3 years ago

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

praveenupadhyay997 commented 3 years ago

@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.