flutter_chips_input icon indicating copy to clipboard operation
flutter_chips_input copied to clipboard

Fix iOS Keyboard Entry Jitter

Open brianlenz opened this issue 3 years ago • 4 comments

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

brianlenz avatar Oct 11 '21 20:10 brianlenz

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.

chandrabezzo avatar Oct 15 '21 04:10 chandrabezzo

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

jameslester2004 avatar Dec 09 '21 13:12 jameslester2004

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

BurningAXE avatar Jun 09 '22 11:06 BurningAXE

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

bkoznov avatar Aug 01 '22 21:08 bkoznov