gpt4 book ai didi

Android Webview 性能差异

转载 作者:行者123 更新时间:2023-11-29 15:58:30 25 4
gpt4 key购买 nike

我正在 android 4.4.3 最新的 Android 版本中编写一个 webview 应用程序。但我最大的问题是 chrome 浏览器和我的 webview 应用程序之间的性能差异。差异很大。

如何让 webview 应用程序达到与 chrome 浏览器相同的性能?

最佳答案

试试这段代码。它将帮助您提高速度 -

webview.getSettings().setRenderPriority(RenderPriority.HIGH);
webview.getSettings().setCacheMode(WebSettings.LOAD_NO_CACHE);

同时尝试将此添加到所需 Activity 下的 Manifest -

android:hardwareAccelerated="true"

编辑

Chrome 不使用 webview - source .

Does this mean Chrome for Android is using the WebView?

No, Chrome for Android is separate from WebView. They're both based on the same code, including a common JavaScript engine and rendering engine.

这可能是性能差异的唯一原因

关于Android Webview 性能差异,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/26296902/

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