chat-sdk-ios icon indicating copy to clipboard operation
chat-sdk-ios copied to clipboard

Space at the bottom of the message

Open bananaRanger opened this issue 3 years ago • 0 comments

There is some space appeared when I send the message (length == 4096 symbols)

Simulator iPhone 11 Pro iOS 14.0

let config = BConfiguration();
// ...
config.textInputViewMaxCharacters = 4096
config.textInputViewMaxLines = .max

Example

https://prnt.sc/uz25ir

bananaRanger avatar Oct 14 '20 12:10 bananaRanger