-
Notifications
You must be signed in to change notification settings - Fork 340
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
ReOpen keyboard #92
Comments
Well, I fixed this problem ... by adding _onFocus to the callback |
Hey Thanks for figuring this out!!! It would be lovely if you could create a pull request with your solution! |
Hey I've used your logic and fixed the issue in the new update :) Thanks for the suggestion. |
I am still getting this problem in the latest version. On the _onFocus method that you have implemented, for some reason |
Hello, I found a problem: if our textfield is in focus and we click on the field for entering the pincode again, the keyboard will reopen. I think this is not very good behavior and in this case the keyboard should remain open and not reopened. I tried to fix it myself, but then I ran into a problem when we close the keyboard with the system pop, then it stops opening altogether, since the focus of the node remains in focus. And processing through WidgetsBindingObservers and didChangeMetrics & MediaQuery.of (context) .viewInsets.bottom did not lead to any positive results.
The text was updated successfully, but these errors were encountered: