Text with attachment (FileMessage & ImageMessage) #651
Replies: 10 comments
-
I would like to elaborate my feature request more. I am fine with sending text & attachment separately from mobile. I just wanted to display both text & attachment. The feature request is not for sending but for displaying. Thank you! |
Beta Was this translation helpful? Give feedback.
-
Hey, this wasn't planned initially because we try to do Telegram/WhatsApp/Signal messenger level, and they have full size previews with an option to add captions, which requires additional screen, which is not something we can get anywhere and we need to build it ourselves. We did what was easiest - attach a file/image and then write something and this is what Messenger does. I personally not a fan of the UIs you showed above, but I asked our designer and she says this is fine, after she does some research and proper design for it. So this might be added. |
Beta Was this translation helpful? Give feedback.
-
Thank you for your quick reply. Just to be clear,
I actually went ahead to implement this with If I continue, I will also have to do tapping those message (download animation, preview, ...) which you have already done. Therefore, I thought to request for this feature. |
Beta Was this translation helpful? Give feedback.
-
I do really appreciate you and your team's hard work. I did my research before implementing chat module to my app and |
Beta Was this translation helpful? Give feedback.
-
hey hello , how did you finally resolve this |
Beta Was this translation helpful? Give feedback.
-
@zamirszn I don't remember but I am quite sure that I have shown the image and message separately. |
Beta Was this translation helpful? Give feedback.
-
Any piece of code will help please |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
@demchenkoalex Any update on this? |
Beta Was this translation helpful? Give feedback.
-
if there will be an update you will see it :) I do not work on current implementation anymore, so all new features will go to the next major release, which is in the works |
Beta Was this translation helpful? Give feedback.
-
Hello, it's just me again! I found out that the attachment message types (i.e,
FileMessage
andImageMessage
) is lacking a text field. The use case isMy web app has a messaging module and it allows users to type message after file is attached.
And it displays like this on the web
But when I display that message on mobile app. I can only display just image (or just text). Yes, you do provide
customMessageBuilder
option to build custom message but it feels like reinventing the wheel if I build custom message to display both text and attachment (image & file).Beta Was this translation helpful? Give feedback.
All reactions