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

Fix iOS Keyboard Entry Jitter #99

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

brianlenz
Copy link

In order to fix the bug preventing continuous typing in iOS with Flutter 2.5.x, added an explicit call to TextInputConnection.show() each time it's reinitialized or else users have to re-tap/focus the input after each character (which also causes the keyboard to disappear after each character typed).

fixes #97

In order to fix the issue with continuous typing in iOS with Flutter 2.5.x, we need to explicitly call `TextInputConnection.show()` each time we reinitialize it or else you will have to re-tap/focus the input after each character (which also causes the keyboard to disappear after each character typed).
@chandrabezzo
Copy link

Hi @danvick I need this PR merged and published to your package. Can you review this PR? Thank you for @brianlenz has been solved this issue.

@jameslester2004
Copy link

Not sure this is being maintained. Maybe make a new package and publish?

@BurningAXE
Copy link

There was a recent update so the package is being maintained. @danvick Can you please review and merge this?

@bkoznov
Copy link

bkoznov commented Aug 1, 2022

@danvick Can you review and merge, this is key to the package.

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

Successfully merging this pull request may close these issues.

Keyboard disappears after upgrade to Flutter 2.5.0
5 participants