Closed nikans closed 1 year ago
I remember that we've added isKeyboardActive
condition because the user might check an already received message and based on that he may be writing a new message. So we did not want user to loose his focus by scrolling..
There's a listener for
keyboardWillShowNotification
, but chat view doesn't scroll to bottom, becauseisKeyboardActive
istrue
.Also, I couldn't find if there's functionality to scroll to bottom on message sent (nice to have, i.e. if you scrolled up while typing).