-
-
Notifications
You must be signed in to change notification settings - Fork 147
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 disappears after upgrade to Flutter 2.5.0 #97
Comments
Having the same Issue. Did you find a workaround? |
same issue here, we had to revert to Flutter 2.2, waiting for a fix |
for now I am using this version:
|
I created #99 as an attempt to fix this issue. If anyone wants to test it, you can use this config in
|
A couple of items I noticed in testing:
Not sure if these findings are all related to your changes or not but thought I would pass them along. |
@dominicbvm, yeah, I don't believe any of those would have anything to do with my change. |
@brianlenz thank you very much! it seems to work for |
When will this be merged in the official version? We cannot use the quick fix version with Flutter 3+, and v2.0.0 is still buggy on iOS. |
After upgrading to Flutter 2.5.0, when clicking the ChipsInput widget I'm only able to enter one character at a time before the keyboard disappears. This worked before upgrading to Flutter 2.5.0.
Above has been tested on iOS devices (Simulator and Iphone 11)
The text was updated successfully, but these errors were encountered: