XCode: UIWebView Mail Links Not Working?
I have a webpage which I am navigating UIWebView to and that page has images and links whi开发者_如何学Pythonch use the "mailto:" tag. Unfortunately, when you tap on them, nothing happens. If you hold the links, there is an option to email them though.
How can I fix this issue? I've searched around and couldn't find anything on it.
myWebView.dataDetectorTypes=UIDataDetectorTypeAddress;
精彩评论