chat-widget-adapters icon indicating copy to clipboard operation
chat-widget-adapters copied to clipboard

This project contains a set of libraries for adapting LiveChat Chat Widget with certain frontend frameworks

Results 13 chat-widget-adapters issues
Sort by recently updated
recently updated
newest added

Bumps the npm_and_yarn group with 3 updates in the / directory: [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite), [express](https://github.com/expressjs/express) and [follow-redirects](https://github.com/follow-redirects/follow-redirects). Updates `vite` from 2.9.17 to 2.9.18 Changelog Sourced from vite's changelog. 2.9.18 (2024-03-24) fix: port...

dependencies

**Description** I want to use the live chat widget adapter. However, this will not be displayed in minimised state, if the support team is offline. If the support team is...

bug

customIdentityProvider() { const baseAPI = '' //////what is this value???? const userId = '30317220-c72d-11ed-2137-0242ac120002' const getToken = async () => { const response = await fetch(`${baseAPI}/getToken/${userId}`) const token = await...

enhancement

**Is your feature request related to a problem? Please describe.** I'd like to be able to set session variables, open the widget and set callbacks (specifically for 'on_chat_ended') using hooks...

enhancement

**Describe the bug** On some mobile devices we are experiencing a white bar behind the chat widget that is restricting viewing the bottom of the screen. It is not happening...

bug

**Describe the bug** We are using reactjs live chat packager Here is the URL : https://www.npmjs.com/package/@livechat/widget-react visibility 'maximized' | 'minimized' | 'hidden' visibility="minimized" do hide chat icon in mobile view,...

bug

This is more of a question. Is there a way to programmatically start a chat in the React Chat Widget? I want to start a chat when a user clicks...

**Is your feature request related to a problem? Please describe.** There is a lack of asyncInit option (in the ExtendedWindow type from livechat-core) ![image](https://github.com/livechat/chat-widget-adapters/assets/59230634/8133929b-55bf-455c-8252-f9c8fca758c0) feature requested: https://developers.livechat.com/updates/load-livechat-widget-on-demand **Describe the solution...

enhancement

**Is your feature request related to a problem? Please describe.** It is an enactment, I have a case where would be good to have a method to open the chat...

enhancement

Hi! 👋 Firstly, thanks for your work on this project! 🙂 Today I used [patch-package](https://github.com/ds300/patch-package) to patch `@livechat/[email protected]` for the project I'm working on. I noticed that you included the...