chat21 / chat21-android-sdk

Android Chat SDK built on Firebase
http://www.chat21.org
MIT License
233 stars 98 forks source link

Keyboard Overlapping TextBox #51

Open gigincg opened 4 years ago

gigincg commented 4 years ago

I was trying to implement Chat21 in an app that I'm building and Everything seems to be working fine except that when I'm typing something in the textBox for a new message, the soft keyboard overlaps the textbox and in-effect the user can't see what he's typing.

I tried adding android:windowSoftInputMode="adjustResize" to the activity where I am launching ChatUI, but it doesn't seem to work.