NoriginMedia / react-spatial-navigation

DEPRECATED. HOC-based Spatial Navigation. NEW Hooks version is available here: https://github.com/NoriginMedia/norigin-spatial-navigation
MIT License
226 stars 64 forks source link

Sometimes navigation doesn't work after go back to previous screen #103

Closed krzosdominik closed 3 years ago

krzosdominik commented 3 years ago

Describe the bug Sometimes navigation doesn't work after go back to previous screen. Element is focused, but the remote control doesn't work on this element. Only the back button works but I can't navigate through items or click enter.

To Reproduce Steps to reproduce the behavior:

  1. Go to next screen
  2. Go back
  3. Element is focused but the remote control doesn't work
krzosdominik commented 3 years ago

we have unexpected pauseSpatialNavigation func call in code and this is probably the reason of this behavior