0

If I put this line in a html file

<a href="mailto:frank@wwdcdemo.example.com>">John Frank</a>

And load the page in a UIWebView then didFailLoadWithError: gets called with WebKitErrorDomain code 101.

However that line has been taken from the Apple documentation:

http://developer.apple.com/library/ios/#featuredarticles/iPhoneURLScheme_Reference/Articles/MailLinks.html

Gruntcakes
  • 37,738
  • 44
  • 184
  • 378
  • I looked in that document, and it must be a typo in the document. – Gruntcakes May 19 '12 at 02:53
  • I want to use mailto: also in my code, so gave this, with corrected typo a try but it didn't work, also tried a few other variants that should have worked but couldn't get it to - but according to Apple's documentation it should be supported. – Gruntcakes May 19 '12 at 03:05
  • Try http://stackoverflow.com/questions/2579857/mailto-link-in-uiwebview-does-not-work –  Jul 14 '13 at 22:31

0 Answers0