So my class has two different UIWebView objects (one is a menu the other is for content). Let\'s call them UIWebView \"A\" and UIWebView \"B\"
In my UIWebView when an anchor is clicked I catch it in ShouldStartLoad and always return false to cancel it. (I treat the clicks as command to do things)