freshworks / hotline-phonegap

Hotline Phonegap Plugin
https://hotline.io
Other
6 stars 11 forks source link

how to use in ionic2 suggestion #21

Closed yogeshwar607 closed 7 years ago

yogeshwar607 commented 7 years ago

Hi, please include note in your documentation for how to use this plugin in ionic2.

initializeApp() { this.platform.ready().then(() => { (window).Hotline.init({ appId: "", appKey: "", agentAvatarEnabled: true, cameraCaptureEnabled: false, voiceMessagingEnabled: true, pictureMessagingEnabled: true }) });

rsquare2014 commented 7 years ago

thanks for this suggestion, we will look into it and create a documentation after we test on ionic.

imromec commented 7 years ago

It's crashing when i use init function. Do not know why.

imromec commented 7 years ago

I used following code,

(<any>window).Hotline.init({ appId: "*****", appKey: "******", agentAvatarEnabled: true, cameraCaptureEnabled: false, voiceMessagingEnabled: true, pictureMessagingEnabled: true }) });