gpt4 book ai didi

android - WebView,在 ICS 中显示空白

转载 作者:太空宇宙 更新时间:2023-11-03 12:38:22 24 4
gpt4 key购买 nike

我正在将 assets 文件夹中保存的本地 HTML 文档加载到 WebView 中。它在 2.3 设备中显示正常,但在 ICS + 设备中显示黑屏。

最佳答案

尝试使用此代码

webView.getSettings().setPluginsEnabled(true);
webView.getSettings().setAllowFileAccess(true);

据我所知,flash url 在 ICS 中不起作用。

关于android - WebView,在 ICS 中显示空白,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/13155800/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com