livechat / chat-window-android

LiveChat mobile chat window for Android
https://developers.livechatinc.com/mobile/android/
MIT License
23 stars 28 forks source link

Chat EditText Hiding behind the Keyboard #31

Closed mukeshdadarwal closed 3 years ago

mukeshdadarwal commented 4 years ago

In latest SDK version using your chat activity when keyboard appear chat EditText hide issue processed processed

nomyzs commented 4 years ago

Hello @mukeshdadarwal

Could you answer the following questions to help us understand the problem:

  1. Is chat window scrollable and you can scroll it to see input box?
  2. On what Android version and device you experiencing this issue
  3. How did you decide to implement Chat Window in your app, Embedded, own activity, within your own activity? Any code examples will be more helpful :)

Looking forward to these answers :)

JohnGeorgiou commented 3 years ago

Same issue here, Both in fullscreen and embedded chat windows the edittextview is hidden by the soft keyboard I tried to put android:windowSoftInputMode="adjustResize|stateHidden" in the manifest / activity with no results

nomyzs commented 3 years ago

Hello @mukeshdadarwal and @JohnGeorgiou !

This issue should be solved in v2.1.6 release. Please refer to #62 for more details about the cause and implemented solution :)