CaliStyle / ng-intercom

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

loadIntercom function doesn't work #53

Closed rottingcorpse closed 6 years ago

rottingcorpse commented 6 years ago

We use issues to track bugs and fixes, so general questions or advice should be asked on Stack Overflow or the Gitter Channels. Non "Fix/Bug" issues may closed without a formal response.

Before you submit an issue, please include:

Detailed Description on how to reproduce error:

Followed installation instructions; loadIntercom() method reaches following piece of code: if (w.attachEvent) { w.attachEvent('onload', l); } else { w.addEventListener('load', l, false); }

runs addEventListener, but l() never fires

wbhob commented 6 years ago

Have you tested this with v6?

wbhob commented 6 years ago

Closing due to no response. If this issue persists, please open another issue.