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

🐛 Touch screen keyboard will not popup when click the TextFormBox. #343

Closed
kolyneh opened this issue May 19, 2022 · 6 comments
Closed
Labels
bug Something isn't working

Comments

@kolyneh
Copy link

kolyneh commented May 19, 2022

Describe the bug
Touch screen keyboard will not popup when click the TextFormBox.

To Reproduce
Steps to reproduce the behavior:

  1. Run the sample app on a touch screen Windows tablet.
  2. Click on 'Form'
  3. Click the email text box.
  4. See error

Expected behavior
Touch screen keyboard should popup when click the TextFormBox.

@kolyneh
Copy link
Author

kolyneh commented May 19, 2022

Touch screen keyboard is showing up with the Web example though.

@bdlukaa
Copy link
Owner

bdlukaa commented May 19, 2022

Does the keyboard show up when using materia's TextField?

@kolyneh
Copy link
Author

kolyneh commented May 20, 2022

Yes, It does!

@kolyneh
Copy link
Author

kolyneh commented May 20, 2022

Added a TextFormField to the forms page's head.

material.Card(
    child: material.TextFormField(),
),
2022-05-20.10-04-28_Trim.mp4

@bdlukaa bdlukaa added the bug Something isn't working label May 20, 2022
@bdlukaa
Copy link
Owner

bdlukaa commented May 20, 2022

Is it an issue with only TextFormBox? TextBox works?

@kolyneh
Copy link
Author

kolyneh commented May 21, 2022

Neither. In the video you can see the Password form which is a TextBox. It did not pop keyboard.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants