IE11 中的 iframe 内容仅显示白屏

Posted

技术标签:

【中文标题】IE11 中的 iframe 内容仅显示白屏【英文标题】:iframe content in IE11 is shows only white screen 【发布时间】:2019-04-15 01:05:57 【问题描述】:

我需要使用 javascriptiframe 标签中显示一个 pdf 文件

这是我的iframe

<iframe  id="iframeFile" name="iframeFile" src=""   title="File" scrolling="auto" style="position:relative;"></iframe>

$('#iframeFile').attr('src', '');

pdf 在 chrome 和 firefox 中显示。但是在 Internet Explorer 中它显示白色的空白屏幕。

【问题讨论】:

【参考方案1】:

当您尝试在 IE 11 中打开文件时,它是否显示下载文件的选项?

尝试检查 Adobe Shockwave 插件是否已在 Internet Explorer 中安装并启用。

如果它不可用或被禁用,IE 会显示空白屏幕并提示您下载 PDF 文件以在本地查看。

如果它在您的 IE 添加列表中不可用,则可以从 Adob​​e 网站下载。

Adobe Shockwave Player

【讨论】:

以上是关于IE11 中的 iframe 内容仅显示白屏的主要内容,如果未能解决你的问题,请参考以下文章

iframe 中的 iframe [IE]

Chrome 和 IE 中的混合内容

WebView 不一致地显示白屏 react-native

与特定内容共享 iframe

iframe 内容不响应 IE 中的 wmode

隐藏 iframe 中的滚动,当 IE 中的 iframe 为空时