I am using the delegate method shouldStartLoadWithRequest to catch link clicks and handle specific cases inside my app instead of allowing the webView
shouldStartLoadWithRequest
webView
I fixed this by ensuring that all previous requests on the webview were stopped before continuing:
[webview stopLoading];