You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is it possible to add a 'user is typing' feature. Something like a message bubble with three dots and list of chat-users in the caption-label bellow the buble, indicating who is currently typing in the chat?
The text was updated successfully, but these errors were encountered:
Hey @mixtly87, the important thing here is that you'd have to track the statuses yourself anyway. I could add a modifier to accept a string with the list of names who are currently typing and display them on top of input view with some simple animation, if that's what you'd like. Or you could easily achieve that UI on your end by constructing a custom input view builder. Or by using a MainBodyBuilderClosure from comments-chat-type branch (this one will be released sometime in a future)
Is it possible to add a 'user is typing' feature. Something like a message bubble with three dots and list of chat-users in the caption-label bellow the buble, indicating who is currently typing in the chat?
The text was updated successfully, but these errors were encountered: