在IE-11中不显示HTML iframe和节点npm-Iframe?

时间:2017-09-19 19:01:06

标签: javascript html node.js reactjs iframe

我正在尝试使用iframe或npm-IFrame(节点)在我的网页上显示pdf。它适用于除Internet Explorer(版本11)之外的所有浏览器。是否有iframe / npm-iframe的更新?

npm-iframe(https://www.npmjs.com/package/iframe)文档说它不支持IE-11。 HTML iframe也有任何支持问题吗?

以下是我的尝试:

  1. <iframe src="./myfolder/myfile.pdf"/>

  2. <Iframe url="./myfolder/myfile.pdf" allowfullscreen="false"/>(来自'react-iframe'的导入iframe)

  3. 注意:我正在使用node和React js构建我的Web应用程序。

0 个答案:

没有答案