MFMailComposeViewController.canSendMail() returns true even when Mail app is not installed on the device. This seems to have changed recently. Is this normal behaviour?
Post
Replies
Boosts
Views
Activity
Hi there,
Since I upgraded to iOS 14.6 I have noticed that mailto urls no longer format line breaks correctly in default iOS mail application
eg: mailto:john@xxcom?subject=test&body=name%0D%0Aemail
Result in iOS 14.6 mail app (body)
name<BR>email
Result in previous iOS versions mail app (body)
name
email
Is there any work around or solution to this issue?