How do you open a link in Safari from the Gmail app?
问题 I am sending out an email using the MFMailComposeViewController. MFMailComposeViewController* controller = [[MFMailComposeViewController alloc] init]; controller.mailComposeDelegate = self; [controller setSubject:@"subject"]; [controller setMessageBody:@"<a href=\"http://website.com\" target=\"_blank\">Link</a>." isHTML:YES ]; [self presentViewController:controller animated:YES completion:nil]; When the recipient opens this email in the default Mail app and taps the hyperlink, the page opens