-
Notifications
You must be signed in to change notification settings - Fork 91
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
Issue with IFrames and MS Edge #16
Comments
Ended up just writing a drop in replacement that uses .postMessage() and supports only what I need out of Intercom.js. https://gist.github.com/PaitoAnderson/905060a611c47bac05b49040cf13260f |
@PaitoAnderson why closed if the bug isn't fixed in Intercom.js? |
@sompylasar Good point, I'll reopen 👍 |
This library is used by our business software and it would be nice to have a fix on this. Has anyone looked into whether there is a CSP directive that can be added to the iframe on inclusion to give it these "permissions" needed in Edge? Could the library use postMessage when Edge is detected so it is still a single API library? |
According to Web and Offline Storage in local storage should be available across all windows that have the same origin. |
Running into an issue with MS Edge on Windows 10.
Basically the IFrame children can't communicate with the parent, here is a working example.
IE11 on Windows 7:

MS Edge on Windows 10:

File1: TestPage.html
File2: TestPage2.html
The text was updated successfully, but these errors were encountered: