I'm trying to find a way to import iPhone native contacts onto a UIWebView page. Users should be able to tap a button on the web view to pull up list of phone contacts and then choose some contacts from that list. Once they're done selecting contacts, the UIWebView must show all contacts selected (contact info could be names, phone number, email, etc).
I read about intercepting requests made from UIWebView by using UIWebViewDelegate and it looks promising as far as going from UIWebView to some native view. But how do I bring the data from native view into the UIWebView?