function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Luis QuirosLuis Quiros 

How can I add Live agent chat to my react native app?

Hello. So I already got live agent HTML/Javascript. It works fine, since it opens a pop up with the support chat.

The issue is that react native Webview doesnt support pop ups, so the chat doesnt work like it would do in a web page. Is there a way to make it work? Like to convert the pop up into a new window, or inside the same html where the "open chat" button is located
Khan AnasKhan Anas (Salesforce Developers) 
Hi Luis,

Greetings to you!

Please refer to the below link which might help you further with the above requirement.

https://developer.salesforce.com/blogs/2018/01/adding-live-agent-chat-mobile-app.html

I hope it helps you.

Kindly let me know if it helps you and close your query by marking it as solved so that it can help others in the future. It will help to keep this community clean.

Thanks and Regards,
Khan Anas
Payal Lodhi 16Payal Lodhi 16

Hi Luis,

I am also having the same requirement 

Luis, if you have any solution for this please let me know.

I have found https://www.npmjs.com/package/react-native-salesforce-chat but is not working because of the dependency issue.