react-tv-space-navigation
react-tv-space-navigation copied to clipboard
onSelect only triggered when long press
Describe the bug
<SpatialNavigationNode onSelect={triggerAction}>
</SpatialNavigationNode>
onSelect only triggered when long press. I need onSelect triggered one time i press
Hey!
Are you experiencing this on Android? It's the second time someone mentions this issue https://github.com/bamlab/react-tv-space-navigation/issues/39#issuecomment-1853401950
And it feels like this is not related to the lib, more to the way we propagate down the event to the lib.
Could you confirm that? You can add console logs to your remote control handler.
Can you also provide the device you're working with? Is it an emulator or an actual device?
I found solution for it, thanks for your support! @pierpo
Awesome! Can you share the solution? 😊
Happening for me too. @zay1x how did you fix it?
Happening only when I open keyboard.
A mi me sucede igual, a lo mejor pueden compartir como lo solucionaron?
I'm closing this as the issue is not explicit enough. Feel free to reopen with a more illustrated example or a reproducible example.