You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First reason of submitting this issue is for others who will face this problem: when an user visits website page (without setting email) the icon widget disappear automatically so to handle this problem it needs to be set as below: this.intercom.boot({ app_id: <APP_ID>, name: 'Guest', widget: { activator: "#IntercomDefaultWidget" // not #intercom } });
Second reason is for developers of this package to inform them it may is a bug...
Thank you
The text was updated successfully, but these errors were encountered:
Versions
Description
First reason of submitting this issue is for others who will face this problem: when an user visits website page (without setting email) the icon widget disappear automatically so to handle this problem it needs to be set as below:
this.intercom.boot({ app_id: <APP_ID>, name: 'Guest', widget: { activator: "#IntercomDefaultWidget" // not #intercom } });
Second reason is for developers of this package to inform them it may is a bug...
Thank you
The text was updated successfully, but these errors were encountered: