GetStream / stream-chat-android

:speech_balloon: Android Chat SDK ➜ Stream Chat API. UI component libraries for chat apps. Kotlin & Jetpack Compose messaging SDK for Android chat
https://getstream.io/chat/sdk/android/
Other
1.42k stars 266 forks source link

Unable to input Japanese text using MessageComposer #5215

Open k0goto opened 5 months ago

k0goto commented 5 months ago

Describe the bug

Unable to input Japanese text using MessageComposer. Japanese is a language composed of three types of characters: Hiragana, Katakana, and Kanji. When input Japanese text on a app, we use software called an Input Method Editor (IME) to convert the character types. Since updating my app's Stream SDK to version 6.1.0, The MessageComposer now confirms the input result with each character inputted. As a result, it has become impossible to input Japanese text because the IME cannot be used.

SDK version

To Reproduce

Expected behavior

Device:

Screenshots

6.0.14 Since 6.1.0
DanielNovak commented 5 months ago

This looks like an issue on our side, we will investigate it as soon as possible. Thanks for reporting.