gpt4 book ai didi

ipad - iPad 1/2 上的 Mobile Safari 中的 iframe 不显示整个 pdf 文件

转载 作者:行者123 更新时间:2023-12-04 03:02:24 53 4
gpt4 key购买 nike

我遇到了一个很奇怪的问题。我正在尝试使用 iframe 显示 pdf 文件。包含 1-2 页的小文档可以正确显示。但是当涉及到包含例如 5 个“大量”页面的文档时,iframe 不会显示整个文档 - 文档被裁剪,结果只显示大约 2-3 页。

下面是我的代码。如您所见,它非常简单。

<html>
<head>
<title>Testing iFrames on iPad</title>
</head>
<body>
<iframe id="iframe" name="iframe" height="100%" width="100%" scrolling="no" src="https://developer.apple.com/library/safari/documentation/AppleApplications/Reference/SafariWebContent/SafariWebContent.pdf" />
</body>

谁能帮我找出这种奇怪行为的原因是什么?

最佳答案

据我所知,iframe 的高度是导致页面截断的原因,因为您实际上是在滚动框架,而不是框架内的 pdf(即,将高度设置为“400%”可能会为您提供空间需要,但它很草率)。
此解决方案使用 JavaScript 来滚动 pdf 内容本身,并且可能会有所帮助: how to properly display an iFrame in mobile safari

关于ipad - iPad 1/2 上的 Mobile Safari 中的 iframe 不显示整个 pdf 文件,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/13954370/

53 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com