【发布时间】:2014-07-12 10:46:12
【问题描述】:
如何在Android中不使用Intent在Webview中打开SD卡pdf文件?
【问题讨论】:
如何在Android中不使用Intent在Webview中打开SD卡pdf文件?
【问题讨论】:
您不能直接在 android 网络浏览器中打开 pdf。
像这样在 WebView 中使用 Google Docs:Read pdf file from sd-card with the help of webview
【讨论】:
如何在Android中不使用Intent在Webview中打开SD卡pdf文件?
一般来说,你不能。 WebView 没有任何显示 PDF 文件的本机功能。欢迎您尝试让PDF.js 工作,如this Stack Overflow question 中所述。
【讨论】: