webkit - html 元素的宽度和高度

发布于 2024-11-04 04:04:50 字数 82 浏览 1 评论 0原文

如何获取 webkit 中 html 元素(ListBox)的高度和宽度?我正在开发 Android 浏览器。任何关于去哪里寻找的指示都会有很大帮助。

How do i get the height and width of html elements (ListBox) in webkit ? I am working on Android browser. Any pointers on where to look will be of great help.

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

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

发布评论

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

评论(1

败给现实 2024-11-11 04:04:50

回答我自己的问题:

webview.cpp的drawCursorPostamble()有m_ring.m_bounds变量,它保存html元素的高度和宽度

Answer to my own question :

drawCursorPostamble() of webview.cpp has m_ring.m_bounds variable which holds the height and width of html elements

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