isBodyHtml on Android (previous CaseID: 8500847)

I found this older post on the forums with the same issue, and Rob filed a bug report (8500847): https://forums.coronalabs.com/topic/68391-isbodyhtml-on-android-not-working/

Is this something that was resolved?

I have a body of email with html tags for <b>bolding</b> and <a href="https://www.coronalabs.com">links</a>

But the resulting email is not showing any bolding or links. Also <li>list items</li> are not working.

Any other ideas here? Thanks in advance!

local options ={ subject = "Sending an email", isBodyHtml = true, body = myEmail } native.showPopup("mail", options)

Unfortunately we are about three bug trackers past that bug ID. The Corona source is available on github, so I would suggest digging through the open source. If I get time, I’ll go take a peak, but I can’t really peel engineering off of their existing tasks at the moment.

Rob

Unfortunately we are about three bug trackers past that bug ID. The Corona source is available on github, so I would suggest digging through the open source. If I get time, I’ll go take a peak, but I can’t really peel engineering off of their existing tasks at the moment.

Rob