nathantannar4 / InputBarAccessoryView

A simple and easily customizable InputAccessoryView for making powerful input bars with autocomplete and attachments
MIT License
1.17k stars 231 forks source link

InputTextView size becomes too large and out of bounds when type iOS Memoji Sticker #156

Open hassan31 opened 4 years ago

hassan31 commented 4 years ago

Hi, when I type iOS memoji Sticker the size of the Input Text view becomes out of bounds. The height increased up to 300 px and its x position becomes -1. Please see attached screenshot for your reference. anyone has encountered this issue before, please do let me know how to fix it.

Look forward to hearing from you soon.

IMG_4149

Thanks, Hassan

CtrlJone commented 4 years ago

then same to me

AlbertoPvt commented 3 years ago

I have the same issue, did you find out how to solve it?

seopyoon commented 3 years ago

I have the same issue. So I temporarily disabled using memoji stickers by setting the inputTextView as below.

inputBar.inputTextView.isImagePasteEnabled = false
fukemy commented 3 years ago

sometimes image change size suddenly, im disable imagepasted too