-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
BUG: Android TV #845
Comments
Hey @MaximFoxWevo, indeed the Configuration UI is not usable on Android TV if the configurations list view doesn't have the input focus and you're using the TV's remote control as the user input device. A quick workaround exists: you need to connect the mouse to your Android TV, like this you should be able to fully control the UI. Then you need to click button and import a configuration from a file (in case if there's no configuration yet i.e. the list view is empty) or just click anywhere in order to close the import config panel. Yet I agree there's a bug with navigation in Configuration UI using the TV's RC: |
After a quick look into the sources, I wonder if problem 1 can be fixed simply by adding android:focusable="true" to add_profile_menu.xml for the top-level menu actions. |
I have a TV Xiaomi A Pro 2025, I found a way to turn VPN on and off. After opening NekoBox, I clamping “OK” button once to select the connection and then clamping “OK” again to enable VPN. |
I can't use the buttons on the remote to enable VPN. That is, there is simply no way to get to the connect button.
The text was updated successfully, but these errors were encountered: