【问题标题】:load pdf viewer from a hyperlink of pdf file inside webview从 webview 中的 pdf 文件的超链接加载 pdf 查看器
【发布时间】:2010-09-13 12:49:52
【问题描述】:

有没有人在单击 webview 中的超链接时设法调用 pdf 查看器来显示 pdf 文件?如果是这样,您能分享一下您是如何做到这一点的吗?

【问题讨论】:

    标签: android pdf webview


    【解决方案1】:

    覆盖 shouldOverrideUrlLoading 以拦截所有 url,当您在 url 中检测到 pdf 文件时,会触发显示 pdf 的意图。

    检测网址是否为 pdf 文件可能需要您下载到可以访问 mime 类型的阶段。

    然后要在外部应用程序中显示 pdf,请查看 Reliably detect PDF support on Android device

    【讨论】:

      猜你喜欢
      • 2012-10-30
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2012-02-26
      • 2011-10-21
      • 1970-01-01
      相关资源
      最近更新 更多