Word on HTML document point.
- by leolobato
Hey guys,
How can I figure out which word is at the point where the user tapped on a UIWebView?
I am able to detect the CGPoint for the tap (subclassing UIWindow like this), and I can actually get the DOM element on that point using javascript.
But I know very little of javascript and DOM to figure out how can I actually get which word the user…