react-spatial-navigation
react-spatial-navigation copied to clipboard
DEPRECATED. HOC-based Spatial Navigation. NEW Hooks version is available here: https://github.com/NoriginMedia/norigin-spatial-navigation
Bumps [async](https://github.com/caolan/async) from 2.6.3 to 2.6.4. Changelog Sourced from async's changelog. v2.6.4 Fix potential prototype pollution exploit (#1828) Commits c6bdaca Version 2.6.4 8870da9 Update built files 4df6754 update changelog 8f7f903...
allow programmatically sending "Enter (OK)" if you can't use buttons
Hi! Been using the library for quite some time now developing a Samsung app for Tizen v.3. My goal is to publish the app to the Samsung store, and Samsung...
When I added `` to my application, navigation was not working correctly. The first focused item on the lists was incorrect.
**Describe the bug** I created a CSS grid with a gap of "2vw 0" and react-spatial-navigation seems to have trouble deciding which cell it should navigate to. When navigating sideways,...
**Is your feature request related to a problem? Please describe.** Consider for example 3 elements (rectangles next to each other in the row). The first overlaps a bit the second...
Implement `getFocusableComponent`, `getCurrentFocusedComponent`, and `getCurrentFocusedKey`. Closes #44 Depends upon documentation-only PR #51, as it includes the instance APIs documentation.
I have two columns, both are focusable parents. The right parent has dynamically changing children. Both parents have trackChildren enabled, and the children have focusKey's set and are focusable. If...
I was trying to create navigation for my product. The case was to have two navigation elements highlighted (one of them focused). I needed to have access to all of...
**Is your feature request related to a problem? Please describe.** A way to find the currently focused item. This may already be available I am just not sure of the...