CaliStyle / ng-intercom

Angular 7+ Wrapper for Intercom.com
MIT License
54 stars 46 forks source link

Not showing Intercom(icon widget) before login #107

Open mohammad-mehdi-mohammadi opened 2 years ago

mohammad-mehdi-mohammadi commented 2 years ago

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