-
-
Notifications
You must be signed in to change notification settings - Fork 36
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cant navigate to search field on android tv #67
Comments
The search view is quite complicated to adapt it for keyboard navigation, unfortunately I have no time to do it now. |
Maybe as a workaround for Android TV users you could add a key mapping to focus the search bar?
which sets the focus to the SearchBar when the key 8 is pressed on the remote. By pressing OK on DPad, you get into the search view then. |
@rrednaxela thanks for investigating 🔎 |
So I found this app to get reliable key codes for my remote contorl, and from Android Developer you can get the matching KeyEvent. @Radiokot is there a method or could you add one to directly open the search view, similar to how If we can implement this and add a short hint for it on first launch for Android TV users, you can maybe finally get it approved for the TV store ;) |
Many thanks for debugging key inputs from your remote control. I'll add CHANNEL_DOWN and INPUT_COMPOSITE_1 to the bindings which open the settings screen. |
What exactly do you mean? |
Wow, that's interesting 🤔 On TV emulator, I wasn't able to do almost anything useful. |
Add "Context menu" and "Channel down" buttons.
Add "Channel up" and "Search" buttons.
Thanks for adding the channel up button to open search 🚀 🚀 🚀 |
Channel up button opens search screen. Nice work. Thanks @Radiokot and thanks @rrednaxela for helping this happen |
There is no way I can navigate and use the search field on android TV with a TV remote
The text was updated successfully, but these errors were encountered: