Vinoth
Vinoth

Reputation: 5785

webkit - width and height of html elements

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

Answers (1)

Vinoth
Vinoth

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

Related Questions