You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: