Say I draw a rectangle on top of an article rendered by a WebView. Let the two points on the screen: (x1, y1) and (x2, y2) represent the rectangle.
How can I obtain all the text within that rectangle in the WebView?
In other words, how can I associate a position on the screen to the word / html element in the underlying web page?