【问题标题】:Displaying pdf in iframe not working properly in iPad在 iframe 中显示 pdf 在 iPad 中无法正常工作
【发布时间】:2012-09-17 05:03:04
【问题描述】:

我正在尝试使用 iframe 在 iPad 中显示 pdf,Pdf 显示在 ipad 中但无法滚动视图。 我也试过 -webkit-overflow-scrolling: touch;但是没用。

如果有人可以给我一个更好的方法来将 pdf 文件嵌入到 ipad 支持的 html 中,我将不胜感激

【问题讨论】:

    标签: javascript ipad html iframe scroll


    【解决方案1】:

    您应该能够在 iframe 具有 overflow:scroll 属性后立即滚动嵌入的内容,但您可能看不到滚动条

    另一种解决方案是将以下 javascript 代码放置在您希望能够滚动的内容中:

    this.height=100%;
    

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 1970-01-01
      • 2021-10-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2019-05-02
      • 1970-01-01
      • 2015-11-14
      相关资源
      最近更新 更多