Search code examples
iosxcodeuiwebviewhyperlinkmailto

XCode: UIWebView Mail Links Not Working?


I have a webpage which I am navigating UIWebView to and that page has images and links which 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.


Solution

  • myWebView.dataDetectorTypes=UIDataDetectorTypeAddress;