luke-chang / js-spatial-navigation

A javascript-based implementation of Spatial Navigation.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Does this work in Single Page Apps with AngularJS?

pliablepixels opened this issue · comments

Hi, thanks for this lovely library. I am trying to get this to work on a basic angular JS app. It doesn't look like it is able to detect focusable elements at all. I see the library being loaded, init being called, keydown handler being called, but it never finds a focusable entity.

I've set up a very simple codepen here https://codepen.io/pliablepixels/pen/odPpJX

Can you tell me if I am missing anything?

Thanks

I am wondering, if it works with VueJS as well? @luke-chang could you help us with it?