Feature: Chat typing indicator out of the box
See original GitHub issueIssue Description
I propose adding a chat typing indicator out of the box which uses an internal state variable isTyping
to animate a chat bubble in while isTyping
is true and to animate the chat bubble out while isTyping
is false. I’ll use vectors and react native animations. Should I have the presence of renderChatFooter
disable this typing indicator?
If this is desirable and no one is working on it then I’ll probably be taking a stab at it next week.
Issue Analytics
- State:
- Created 4 years ago
- Reactions:9
- Comments:25 (8 by maintainers)
Top Results From Across the Web
Typing indicator in chat: I built it, and I'm not sorry.
How do you feel about the typing indicator—“David is typing”—that appears on your buddy's screen while you're composing a message in chat?
Read more >Typing Indicators - React chat - GetStream.io
Typing indicators allow you to show to users who is currently typing in the channel. This feature can be switched on/off on a...
Read more >Typing Indicators: How Real-time Feedback Improves Chat ...
Simply put, a typing indicator is a messaging feature that signals when another user is inputting a message. There are many different styles ......
Read more >What the 'Someone Is Typing' Bubbles in Messaging Apps ...
Whether it's a series of blinking ellipsis or an explicit notification that “someone's typing,” the messaging feature known as a typing ...
Read more >What it really means when the "someone's typing" indicator ...
(You can turn off Slack's typing indicator in Preferences.) ... the typing indicator shows up immediately in the Messenger box as soon as...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@xcarpentier Just got done. Should have a PR sometime next week if it looks fine.
Can’t use it that way!
Set isTyping to true dynamically after mount