I want to open an url in safari, outisde the app and not in webview.
I implemented the UIWebViewDelegate but I am still not able to open the url. Basically I am not
[[UIApplication sharedApplication] openURL:[NSURL URLWithString:@"http://www.google.com"]];