当我加载 pdf url 时,Webview 有时看起来像白色或透明

Posted

技术标签:

【中文标题】当我加载 pdf url 时,Webview 有时看起来像白色或透明【英文标题】:Webview sometime seems like white or transparent when I load the pdf url 【发布时间】:2020-03-10 02:18:06 【问题描述】:

当我加载附加“http://docs.google.com/gview?embedded=true&url=”的 pdf URL 时,Webview 有时看起来像白色或透明,请帮助我解决这个问题。

webView.loadUrl("http://docs.google.com/gview?embedded=true&url=$fileUrl")

【问题讨论】:

请看看这个***.com/a/11241584/8040930 试过了,不行 同时粘贴xml布局和类文件 XML 文件在哪里? 【参考方案1】:

在清单中设置硬件加速为真

    android:hardwareAccelerated="true"

这对我有用。希望这也会对某人有所帮助。

【讨论】:

以上是关于当我加载 pdf url 时,Webview 有时看起来像白色或透明的主要内容,如果未能解决你的问题,请参考以下文章

无法使用 WebView 打开 PDF 文件

当我在没有 .pdf 内容 webview 的情况下加载时没有可用的预览

当我在 WEBVIEW 应用程序中单击网站服务器中的链接时,PDF 未加载

从 webView goBack 后 PDF 不加载

在 WebView 问题中查看 PDF (Xamarin.ios)

如何从 URL 在 webView 中加载 PDF?