chat-window-android icon indicating copy to clipboard operation
chat-window-android copied to clipboard

LiveChat mobile chat window for Android

Results 29 chat-window-android issues
Sort by recently updated
recently updated
newest added

When I open ChatWindowActivity for first time & start chat, I'm not getting input field to input message, But when I close & reopen chat window, the input field is...

This error occurs randomly, when I press back from the live chat screen and again come back to the same screen. ![Screenshot_20220927-154627_Brainly](https://user-images.githubusercontent.com/110448287/192699190-76c4c261-3584-4c5b-a244-696d8f30ada4.jpg)

I have integrated LiveChat SDK in our Android application and when new messages comes, customers cannot hear sound notification.

For example, in EmbeddedChatWindowFragmentExample.java the startActivityForResult and onActivityResult are deprecated methods. The new way to do it: https://developer.android.com/training/basics/intents/result

when the window is maximized the three dots are highlighted and the "options" bubble is shown.

hi everyone, i want to use livechat for flutter, how to do it?

I have an issue with the tooltip when I try to close the chat. When I tap one X button, a modal appears and disappears automatically with a strange effect...

bug

In that case When we go inside i got intenet connection issue. i am not able to running the connection.

``` override fun onNewMessage(message: NewMessageModel?, windowVisible: Boolean) { } ``` When I send an emoji message, this function does not receive a callback.But I only get a callback when I...

Hello We have a working integration with live chat SDK in production for our app where the customer launches the chat via `ChatWindowConfiguration` and `intent`. In order to develop a...