gpt4 book ai didi

android - Webview 无法正确呈现 css - Kitkat 版本 4.4.2

转载 作者:行者123 更新时间:2023-11-28 04:40:10 28 4
gpt4 key购买 nike

我不确定是什么问题。但谷歌搜索后我认为这是 webview 的问题。我有一个页面,除了带有 kitkat 版本的平板电脑外,每个设备都可以正确呈现(即使在相应设备的浏览器中,也可以呈现 View )。

我用谷歌搜索并尝试了不同的解决方案,但不幸的是,没有任何效果。

mapWebView.Settings.SetLayoutAlgorithm(WebSettings.LayoutAlgorithm.NarrowColumns); //didn't work

mapWebView.SetLayerType(LayerType.Software, null); //didn't work

如有任何帮助,我们将不胜感激。

最佳答案

问题是您可能正在使用 WebView 无法处理的设计元素。

默认的 Android 浏览器 - 又名“WebView” -

is based on the same code as Chrome for Android version

但是,

WebView does not have full feature parity with Chrome for Android

换句话说,它是 Android 版 Chrome 的精简版。

来源:Google

查看Can I Use to查看“WebView”是否支持您的元素。

关于android - Webview 无法正确呈现 css - Kitkat 版本 4.4.2,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/41240949/

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