Code not working in Sharepoint Online and IE 11
See original GitHub issueHello,
So i have deployed custom webchat following this documentation here
Here’s the code:
<!DOCTYPE html>
<html>
<head>
<script src="https://cdn.botframework.com/botframework-webchat/master/webchat.js"></script>
<style>
html, body { height: 100% }
body { margin: 0 }
#webchat {
height: 100%;
width: 100%;
}
</style>
</head>
<body>
<div id="webchat" role="main"></div>
<script>
window.WebChat.renderWebChat({
directLine: window.WebChat.createDirectLine({ token: 'Token goes here' }),
styleOptions: {
hideUploadButton: true,
bubbleBackground: 'rgba(0, 0, 255, .1)',
bubbleFromUserBackground: 'rgba(0, 255, 0, .1)',
botAvatarInitials: 'FB',
userAvatarInitials: 'YOU',
userAvatarImage: ''
}
}, document.getElementById('webchat'));
</script>
</body>
</html>
I don’t know if there is something missing here or what
Issue Analytics
- State:
- Created 5 years ago
- Comments:16 (6 by maintainers)
Top Results From Across the Web
Code not working in Sharepoint Online and IE 11 · Issue #1824
Hello, So i have deployed custom webchat following this documentation here Here's the code:
Read more >SharePoint Online Site not working in IE (Internet Explorer) / IE ...
Hi,. SharePoint online site is used to work in Internet Explorer browser via Citrix earlier/ IE Mode in Edge. But, now getting error...
Read more >Prepare your SharePoint environment for the retirement of ...
Prepare your SharePoint and OneDrive environment for when Microsoft 365 apps and services stop supporting Internet Explorer 11.
Read more >SharePoint online Hero Web part not working in IE 11
1. Open IE. · 2. Click the Tools button, and then click Internet options. · 3. Click the Security tab. · 4. Now...
Read more >Can not login to Sharepoint online using IE 11
Sharepoint doesn't like IE11? Try using the Developer Tools Emulation tab to make it think that you are using some other browser. Alternatively ......
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Hey @Rykimaruh!!
Can you post a screenshot of the error in your console?
Weird, I will investigate and try this out