luke-chang / js-spatial-navigation

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

Spatial Navigation in Browser #59

Open abusaadp opened 1 year ago

abusaadp commented 1 year ago

I am creating a browser for accessibility and am using your spatial navigation to make the pages navigable with keyboard. I am able to inject your JavaScript code for the onload event of the first website added to my browser and the navigation works fine. For subsequent link clicks in that page I am not able to inject your JavaScript code and hence the spatial navigation is not working. How to make the spatial navigation to work in all pages? (even for pages opened by clicking on the links in the first page).