Skip to content

Not showing Intercom(icon widget) before login #107

@mohammad-mehdi-mohammadi

Description

Versions

  • Angular: 10.0.0
  • Angular CLI: 10.0.0
  • ng-intercom: 8.0.2
  • Node.JS: 16.13.1
  • NPM: 8.3.0

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions