Android 2.2 原生浏览器中的抗锯齿功能

发布于 2024-10-14 12:26:01 字数 59 浏览 6 评论 0原文

Android 2.2 的原生浏览器中是否仍然实现了滚动时的抗锯齿功能?如果是,如何以编程方式将其关闭?

Is the anti-aliasing during scrolling still implemented in the stock browser of Android 2.2? If yes, how can it be turned off programmatically?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

半世蒼涼 2024-10-21 12:26:01

AA 在原生浏览器中已启用,但在滚动视图时会暂时禁用。因此,当查看页面时,您应该看到它是抗锯齿/平滑的,当您主动滚动它时,您应该看到 aa 关闭。

AFAIK 没有办法以编程方式启用/禁用 AA 行为和 WebView 文档 似乎支持这一点。

AA is enabled in the stock browser, but it gets temporarily disabled when the view is being scrolled. So when viewing a page you should see it is anti-aliased/smoothed and when you are actively scrolling it you should see the aa off.

AFAIK there is no way to programatically enable/disable the AA behavior and the WebView documentation seems to support that.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文