Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

iOS: Intercom chat widget disappears after 6 seconds #53

Closed
statelessrich opened this issue Mar 17, 2021 · 2 comments
Closed

iOS: Intercom chat widget disappears after 6 seconds #53

statelessrich opened this issue Mar 17, 2021 · 2 comments

Comments

@statelessrich
Copy link

I have the latest version installed and using Intercom via the instructions. On iOS Safari and Chrome, the placeholder Intercom chat widget appears but then disappears after about 6 seconds. Any idea why this is happening?

@benschwarz
Copy link
Member

Hey @statelessrich

To me it sounds like the following:

  • react-live-chat-loader is correctly implemented in your site (because as you've said, it displays successfully)
  • the browser becomes idle, react-live-chat-loader calls for intercom to be loaded
  • some kind of error occurs and the intercom widget is not successfully initialised

To investigate further, I'd recommend checking the developer console for errors listed from intercom, as well as the network tab to confirm that intercom is loading resources. It might also be worthwhile to double check you've got the correct intercom app id.

Hope that helps! If you do figure out what went wrong please leave an update here for anyone who comes across this issue ✌️

@statelessrich
Copy link
Author

@benschwarz Thanks for the reply.
Looks like my setup was correct, and the issue was "visitor mode" being disabled in my Intercom settings.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants