- How to avoid prompt when triggering phone call via UIWebView?
- UIWebView *callWebview = [[UIWebView alloc] init];
- [callWebview loadRequest:[NSURLRequest requestWithURL:[NSURL URLWithString:phoneNumber]]];
- [[UIApplication sharedApplication] openURL:[NSURL URLWithString:tmpPhoneNumber]];