I already tried getting the current URL of my UIWebView with: webview.request.URL. Unfortunately the NSURL was empty. Anything wrong h
UIWebView
webview.request.URL
NSURL
Tried this for google search results on iPhone:
NSString* currentURL = webView.request.URL.absoluteString; NSString* mainDocumentURL = webView.request.mainDocumentURL.absoluteString;
Both return the same string!