In my WebView, when the user clicks on a link within the webview, where is that property? I looked at the docs and have tried things like
[webView.request.URL description]
webView.request.URL.absoluteURL or absoluteString
, and everything is blank. Thanks!