我正在尝试使用iframe或npm-IFrame(节点)在我的网页上显示pdf。它适用于除Internet Explorer(版本11)之外的所有浏览器。是否有iframe / npm-iframe的更新?
npm-iframe(https://www.npmjs.com/package/iframe)文档说它不支持IE-11。 HTML iframe也有任何支持问题吗?
以下是我的尝试:
<iframe src="./myfolder/myfile.pdf"/>
<Iframe url="./myfolder/myfile.pdf" allowfullscreen="false"/>
(来自'react-iframe'的导入iframe)
注意:我正在使用node和React js构建我的Web应用程序。