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

Keyboard focus enhancement #3

Open
MassiminoilTrace opened this issue Nov 13, 2024 · 1 comment
Open

Keyboard focus enhancement #3

MassiminoilTrace opened this issue Nov 13, 2024 · 1 comment
Assignees

Comments

@MassiminoilTrace
Copy link

Hi, thanks for your app.
I'm writing this issue to note down a possible enhancement.

I was trying the Headcalculation game, and each time I submit a result, the keyboard loses its focus.
So, each time the user has to move the finger back to the top of the screen, open the keyboard, go back in the middle, enter the number, go back down, confirm, repeat.

Two possible ways to fix it come to my mind:

  • forcing the focus on the text input component. I don't know how flutter focus system works, so I don't know if the keyboard would be kept opened, or if the keyboard would be hidden and shown again at each step.
  • add buttons to make a "fake onscreen keyboard", which will remain always drawn, instead of using the system keyboard. As only digits are needed, it may be a solution.
@fkropfhamer fkropfhamer self-assigned this Nov 17, 2024
@fkropfhamer
Copy link
Owner

Thanks for the feedback! I am not a big fan of the system keyboard. I will try to replace it with my own implementation!

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

When branches are created from issues, their pull requests are automatically linked.

2 participants