Keyboard events
TalkJS lets you build a chat feature in hours instead of months.
Added
- Capture keyboard events inside the chat UI:
- Added captureKeyboardEvents option
- Added on("keyup") event
- Added message field SDK functions: getText and typeText
Improved
- Bugfix: Users sporadically unable to send messages after seeing "Conversation not found" or creating a conversation in parallel with loading a chat UI
- Bugfix: when enterSendsMessage is true, pressing enter did not inserts a newline
- Security improvements