ChatKit icon indicating copy to clipboard operation
ChatKit copied to clipboard

Android library. Flexible components for chat UI implementation with flexible possibilities for styling, customizing and data management. Made by Stfalcon

Results 105 ChatKit issues
Sort by recently updated
recently updated
newest added

Hello I need help regarding displaying pdf and other file formats please help i have checked content type checker but it didnt helped me kindly provide me with a sample...

ChatKit is using flexbox 1.0.0. However, there are several updates and improvements in flexbox. We are using the latest version in our app and it has some conflicting dependencies that...

How Can we display sender name on chat message bubble? if we are using chat bubbles from group chat , then displaying images are not enough. We need to display...

I would like to add the date or "sent" or even "sending..." or "delivered", but only for the last outcoming cell. I didn't find out to do that in the...

I'm trying to run the sample module, but only the imageView is not displayed and the url is not null Is anything setting I miss ? or another reason Thank...

Hey guys, I want to sort the messages by Timestamp I know that I can sort the collection before adding it to the adapter but my problem is when I...

* Bump Gradle wrapper to 7.0.2 * Using SDK version 30 * Bump Android Gradle Plugin to 4.2.1 * No need to specify build tools version, use defaults from Android...

I'm loading history at the start of user interaction using `addToStart` method. My messages implement `IMessage` interface and have `createdAt` properly set up. Then I put messages into adapter like...

I wanted to record a voicemail on buttonLongPress when there's no letters in MessageInput EditText field. But the button seems to be deactivated and when I add a OnTouchListener _mMessageInput.getButton().setOnTouchListener()_...