webkit - html 元素的宽度和高度
如何获取 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
回答我自己的问题:
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