-
Notifications
You must be signed in to change notification settings - Fork 333
[🐛] Image attachment is not rendering properly inside message. #2964
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Hey @Saad-Bashar, I tried to triage the issue on my end by sending a similar photo on the Android emulator and capturing the image, but I couldn't reproduce it. I am attaching a video. Do you have any added customization? Screen.Recording.2025-03-05.at.12.27.03.PM.mov |
Hey @Saad-Bashar, are you still facing this issue, or can we close it? |
Yes, we are still having this issue, unfortunately. This one mostly started to happen when we started to use
|
same problem here |
? |
I'm having the same issue and have done no UI customization. @bridgetrosefitz figured out that if you adjust this styling property, it looks better:
But using the https://getstream.io/chat/docs/react-native/send_message/#complex-example
![]() After applying the style fix: |
Hello, @kevinmcalear, thanks for considering my problem I did like this:
but this code didn't fix the problem. Please kindly guide me. thanks |
We are customising the
AttachButton
as per doc and uploading new images usinguploadNewImage
. This works fine. However, when the image is attached inside the message list, there is a weird grey view appearing bottom of the image.Please note that when user goes back and come back to the chat screen again, the image is rendered fine. Only when the image is attached instantly in a message then the issue occurs. I believe this happens mainly when I am taking the picture in Potrait mode.
This is after I attach a photo from camera,

But the image renders fine when I come back to chat,

This is how my code looks,
The text was updated successfully, but these errors were encountered: