gcalmettes / reveal.js-d3

Full integration of animated javascript-based visualizations (D3, vega-lite, semiotic, etc ...) into Reveal.js presentations
https://gcalmettes.github.io/reveal.js-d3/demo/
MIT License
135 stars 31 forks source link

iframe embed doesn't work on IE 11 #7

Closed richielionell closed 6 years ago

richielionell commented 6 years ago

https://gcalmettes.github.io/reveal.js-d3/demo/#/ - The demo works well on Chrome & Firefox but for some reason the iframe embed doesn't display on IE 11

gcalmettes commented 6 years ago

It looks like this is a known issue with certain version of IE11. I have added a <meta http-equiv="X-UA-Compatible" content="IE=EmulateIE11"> tag in the html of the demo. Could you try again and see if this work now? (I have only access to a mac).

Another solution would be to run IE11 in compatibility mode (see the official instructions).

richielionell commented 6 years ago

Still doesn't work. Should something be tweaked in lib/js/head.min.js ?

gcalmettes commented 6 years ago

Well, the head.min.js is provided by reveal.js so I wouldn't mess around this. Not sure how to go around this if the <meta> tag above doesn't work, as it seems to be IE11 specific.