luke-chang / js-spatial-navigation

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

Does this work in Single Page Apps with AngularJS? #29

Open pliablepixels opened 6 years ago

pliablepixels commented 6 years ago

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

SerhiyRomanov commented 4 years ago

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