react-spatial-navigation icon indicating copy to clipboard operation
react-spatial-navigation copied to clipboard

DEPRECATED. HOC-based Spatial Navigation. NEW Hooks version is available here: https://github.com/NoriginMedia/norigin-spatial-navigation

Results 14 react-spatial-navigation issues
Sort by recently updated
recently updated
newest added

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...

dependencies

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...

enhancement

When I added `` to my application, navigation was not working correctly. The first focused item on the lists was incorrect.

help wanted

**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,...

help wanted

**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...

enhancement

Implement `getFocusableComponent`, `getCurrentFocusedComponent`, and `getCurrentFocusedKey`. Closes #44 Depends upon documentation-only PR #51, as it includes the instance APIs documentation.

enhancement
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...

question