【问题标题】:How to scroll the document(pdf,ppt,docx) horizontally in a uiwebview in ios?如何在 ios 的 uiwebview 中水平滚动文档(pdf、ppt、docx)?
【发布时间】:2013-10-01 01:57:52
【问题描述】:

我在本地缓存中保存了一个 ppt 文件。我想在uiwebview中加载带有水平滚动的ppt文件。请给我一个带有示例的解决方案。

【问题讨论】:

    标签: ios uiwebview horizontal-scrolling


    【解决方案1】:

    最好的办法是在 UIWebView 上启用分页

    self.webView.paginationBreakingMode = UIWebPaginationBreakingModePage;
    self.webView.paginationMode = UIWebPaginationModeLeftToRight;
    

    【讨论】:

      猜你喜欢
      • 2016-07-08
      • 2017-02-20
      • 1970-01-01
      • 1970-01-01
      • 2011-01-24
      • 2011-04-15
      • 1970-01-01
      • 1970-01-01
      • 2011-07-29
      相关资源
      最近更新 更多