Hi,
I'm integrating the Crisp into my React app and I'd love to be able to know when the Crisp chat is fully loaded.
I'm using the autoload: false option and loading Crisp manually via Crisp.load() method.
I'd like to add a UI loader to let users know when the chat is loading.
I've tried onChatOpened and onChatInitiated but it does not trigger after first programatic open.
Hi, I'm integrating the Crisp into my React app and I'd love to be able to know when the Crisp chat is fully loaded. I'm using the
autoload: false
option and loading Crisp manually viaCrisp.load()
method.I'd like to add a UI loader to let users know when the chat is loading.
I've tried
onChatOpened
andonChatInitiated
but it does not trigger after first programatic open.Thanks!