PDF 在我的应用程序中内嵌显示。它们在台式机或笔记本电脑上运行良好。然而,在 iPad 上,只显示第一页并且没有导航栏,因此用户不能移动超出第一页。
我测试了 Chrome 和 Safari,结果相同。
这是代码。(它是vue.js
组件的一部分。)
<object :data="rawCvLink" type="application/pdf" width="868px" height="800px">
<p>There was a problem loading this CV.</p>
<p>Otherwise, try loading the CV <a :href="cvDocumentLink" target="_blank">here</a></p>
</object>