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

If a user presses any Arrow keys but there is no element focussed at the time. We want to be able to return focus to the safest element on any...

question

There are two scenarios here: 1. Directly focusing via `setFocus()` (a focus "teleport") 2. Shifting focus via the directional keys (a focus "shift") At the minimum, components with `focusable={false}` should...

question

## Added dependency This adds the [EventEmitter3](https://github.com/primus/eventemitter3) package, which implements the [Node.js `EventEmitter` API](https://nodejs.org/api/events.html), with some minor differences noted in the repository's readme. It is chosen for supporting Node, browser,...

enhancement

**Describe the bug** I'm examining how mouse and keyboard behave together in a React Native Web App, with an interest in supporting desktop browsers (where either interaction mechanism might be...