Luke Chang
Luke Chang
Although I never tried it, I think it can be done by doing something similar to [demo 3.1](https://luke-chang.github.io/js-spatial-navigation/demo/3.1_put_all_together.html). For example: ```js elements.addEventListener('sn:willfocus', function(evt) { // prevent the element from getting...
> It will be easier if ja spatial navigation added class to the focused or active element Usually the `:focus` CSS pseudo-class works for me. Or `sn:focused` and `sn:unfocused` events...
Hi @nickcartery, I didn't see anything wrong with Chrome on Windows. Could you describe your problem in detail? BTW, with the latest patch, shift + arrow key should be ignored...
`SpatialNavigation` currently doesn't support navigating cross frames. I haven't tried but I imagine that you need to load `SpatialNavigation` both outside and inside the iframe, manually specify and focus an...
What amazing patches! Thanks for raising this issue. It'll take me some time to study them. BTW, it would be great if you could provide some code snippets containing visible...