我可以使用<a>
标签在PDF查看器中打开PDF文件
<a href="https://mmm.com/pdf/pdf_file.pdf" class="report-div-a" target="_blank">
<div class="pull-left">View</div>
</a>
但是当我尝试在iFrame中打开PDF文件时,它开始下载(不查看)。
<iframe _ngcontent-c1="" allowfullscreen="" frameborder="0" mozallowfullscreen="" webkitallowfullscreen="" src="https://mmm.com/pdf/pdf_file.pdf">
</iframe>
那么有什么办法可以防止下载,直接打开文件?
注意:在正常的浏览器上,所有功能都正常运行。