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

open text input box and focus on external keyboard button press #25

Open
damex opened this issue Apr 6, 2020 · 4 comments
Open

open text input box and focus on external keyboard button press #25

damex opened this issue Apr 6, 2020 · 4 comments

Comments

@damex
Copy link

damex commented Apr 6, 2020

hello,
currently there is no reaction to events from external keyboard beside typing to text input box when you already select it.

it would be nice if we could select input box (for example) with pressing enter/return button on external keyboard to get input box open (if it is not opened yet) and to move focus to the text input box to start typing.

thank you.

@guruz guruz changed the title open text input box and focus on keyboard button press open text input box and focus on external keyboard button press Apr 6, 2020
@guruz guruz added the enhancement New feature or request label Apr 6, 2020
@guruz
Copy link
Member

guruz commented Apr 6, 2020

...or have the input field always be focused no matter what? (IF external keyboard is connected)

@phuzion
Copy link

phuzion commented Apr 6, 2020

If you're going to detect external keyboard presence, can I also request that the tab button (from PR #10) be hidden when there is an external keyboard present?

@guruz guruz added Design/UX and removed enhancement New feature or request labels Apr 21, 2020
@phuzion
Copy link

phuzion commented Apr 22, 2020

To add onto my previous comment, we should also detect when the on-screen keyboard includes a tab key (see the 2020 11" iPad Pro below, and other similar models) and hide the custom Tab button.
CC30C910-921E-4E49-99D5-15A7CDC0485F

@phuzion
Copy link

phuzion commented Apr 23, 2020

Also, as another side note, the tab key in the aforementioned on-screen keyboard does not work, it inserts a tab character. I've tested this on both a 2020 iPad Pro 11" and in the corresponding Simulator in Xcode.

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

No branches or pull requests

3 participants