I am trying to implement a chat screen , simillar ...
# compose
p
I am trying to implement a chat screen , simillar to that of sample jetchat app. Problem is keyboard is overlapping parts of input text field and panel consisting of emoji, send button etc. Any idea why this is happening and how it can be corrected. I am attaching screen shots of both screen for mine code and original code
j
Probably checking jetchat example you can see where is the problem
y
Jetchat is using
Copy code
android:windowSoftInputMode="adjustResize"
You seem to be on adjustPan
☝️ 6
a
We haven't wired up the autodetection of scrolling containers yet that Android uses to determine the default behavior for this parameter
👀 1
😮 1
p
@Yann Badoual thanks a ton brother.. I wasted a lot of time over this..
👍 2