bamlab / react-tv-space-navigation

A React Native module to handle spatial navigation for a TV application in a 100% cross-platform way
https://bamlab.github.io/react-tv-space-navigation/
MIT License
178 stars 15 forks source link

Focus is still present on input field while i have move focus on another button #122

Open rsys2022 opened 2 months ago

rsys2022 commented 2 months ago

when we move the focus from the input field to the button then the focus goes to the button but when click enter then opens the keyboard rather than the submit button call.

Version and OS

Additional context The issue is present only on Apple TV I have used components which is available in the example of the library

ionictest2017 commented 1 week ago

@pierpo please help

pierpo commented 21 hours ago

Hey! I'm sorry but it's quite difficult to help. Could you provide a working example?

You should know that native inputs are not very well supported with this lib. It kind of works on Android, but I don't remember trying on iOS.

Also, we tend to implement fake keyboards for TV apps integrated within the screen directly, which bypasses the problem.