Reputation: 5785
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.
Upvotes: 0
Views: 246
Reputation: 5785
Answer to my own question :
drawCursorPostamble() of webview.cpp has m_ring.m_bounds variable which holds the height and width of html elements
Upvotes: 1