Skip to content

Repository used to show how to reproduce a bug we've found in BasicTextField component.

Notifications You must be signed in to change notification settings

Karumi/BasicTextFieldKeyboardBug

Repository files navigation

Jetpack Compose newline keyboard bug example

While testing the app with Jetpack Compose we've noticed the component named BasicTextField is not able to handle newline chars when the keyboard used is not the official one provided by Google. We've tested it with Swiftkey by Microsoft and Emoji keyboard and it is not working as expected. The onValueChange lambda is invoked but the new \np char is not added to the text. However, when using the official keyboard Google provides it works like a charm. Look at the screencasts below:

Working with Google keyboard Not working with Swiftkey keyboard Not working with emoji keyboard
Working with Google keyboard Not working with Swiftkey keyboard Not working with emoji keyboard

About

Repository used to show how to reproduce a bug we've found in BasicTextField component.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages