Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upCan't reopen on-screen keyboard after closing it when focused on text input #27181
Labels
Projects
Comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Pressing the X on the on-screen keyboard closes it and leaves the text input in the focused state. This means that tapping the text input again doesn't cause the keyboard to reopen; instead the focus has to be directed somewhere else first. I can imagine two solutions to this problem:
I lean towards the de-focusing solution at first glance.