-
Notifications
You must be signed in to change notification settings - Fork 199
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Integrating WebChat into an Angular Web App #51
Comments
Can you defer the loading of the webchat script and see if it helps? You can do so by adding |
Thanks @ya332 for your hint! I tried the |
I haven't worked with Angular apps. I used the script tag inside my UI5 app, and it is the same thing except I had to use defer because UI5 hijacks index.html and adds its views, so my webchat component was disappearing. Sorry, I haven't helped that much. Anyone knows this? |
Alright I figured out now how to do that. The main problem was that you can't load a |
Here is the ref in the HTML5 spec[0] stating:
[0 ]https://www.w3.org/TR/2008/WD-html5-20080610/dom.html#innerhtml0 |
…ick-Twice Only allow one click on a Quick Reply button to avoid sending message…
Hi,
I am trying to integrate the WebChat interface into an existing Angular based web app.
What I did so far is, adding the
script
tag to the HTML bodyA div is being created at the end of the body
However it is empty and hence no chat interface/button is showing up.
Any idea what I am missing here?
Regards,
Andreas
The text was updated successfully, but these errors were encountered: