Determine if UIWebView handled event
When user taps in UIWebView I want to show/hide navigation bar. I want to
do so only if UIWebView didn't done anything in respond to this event
(selected text, invoked javascript).
I've found article to determine touch coordinates:
http://mithin.wordpress.com/2009/08/26/detecting-taps-and-events-on-uiwebview-the-right-way/
But there are no information if something happened inside the UIWebView.
No comments:
Post a Comment