Skip to content
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

Cannot navigate to bookmark on non-touch devices #114

Closed
12425 opened this issue Jan 27, 2021 · 6 comments
Closed

Cannot navigate to bookmark on non-touch devices #114

12425 opened this issue Jan 27, 2021 · 6 comments

Comments

@12425
Copy link

12425 commented Jan 27, 2021

Firstly, thank you for the Android app. It's the fastest vnc viewer I've ever tried.

I'm using the app on my Android TV. It works well, except that I have to use a mouse to open the bookmark.
There are only arrow keys on TV remote controller. In the landing page, I can't navigate to the bookmarks at the left side.
I'm OK to use a keyboard every first time I connect a device. After bookmarked, I hope I could open it only with arrow keys.

Thank you again!

@bk138
Copy link
Owner

bk138 commented Jan 27, 2021

Thanks for reporting! How would one be able to reproduce this with a smartphone and bluetooth keyboard? That's the gear I have that comes closest...

@bk138 bk138 added this to the AndroidMultiVNC-2.0.0 milestone Jan 27, 2021
@bk138
Copy link
Owner

bk138 commented Jan 27, 2021

Other idea: have you tried circling around with Tab?

@12425
Copy link
Author

12425 commented Jan 27, 2021

Other than bluetooth keyboard, how about Android emulator, or something like scrcpy?
I believe Tab will work, but my TV remote only has arrow keys.
Or how about just make the 1st bookmark as the default focused cursor? I don't know Android UI, but in HTML, autofocus does the thing.

@bk138 bk138 closed this as completed in cc0204d Jan 30, 2021
@bk138
Copy link
Owner

bk138 commented Jan 30, 2021

@12425 works for me now with the cursor keys of a bluetooth keyboard. I get stuck on the 'Address' EditText though were only Tab takes focus to the next one, not Down. How about your remote?

bk138 added a commit that referenced this issue Jan 30, 2021
This was part of 9bff896 which actually did it
partly wrong: requesting focus for the outer LinearLayout keeps the inner
TextViews from getting the start focus, which should actually be the case.

Closes #114
@bk138
Copy link
Owner

bk138 commented Jan 30, 2021

If we need to "fix" the EditText fields, https://stackoverflow.com/a/24180423/361413 will help.

bk138 added a commit that referenced this issue Jan 30, 2021
This was part of 9bff896 which actually did it partly wrong: requesting
focus for the outer LinearLayout keeps the inner TextViews from getting
the start focus, which should actually be the case.

Closes #114
@12425
Copy link
Author

12425 commented Jan 31, 2021

Thanks!
I can navigate among address, port, etc. so I think it will work.
I'm looking forward to the new version in F-Droid! Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
No open projects
Development

No branches or pull requests

2 participants