I have an html file in the resource bundle that is displayed in a webview. There are links on the html page that access a website on the net. I want to check reachability each time a link is touched on the html page. How can I do this?
The iOS sample code for Reachability has a test for an html page directly. How do I detect when a link is touched on an html page. I am guessing this has something to do with setting the notification but I'm not sure how to do it.