isBodyHtml on Android not working?

Hi.

 

I’m trying to send an email as html.

 

tried this simple code:

local options = { to = { "john.doe@somewhere.com", "jane.doe@somewhere.com" }, cc = { "john.smith@somewhere.com", "jane.smith@somewhere.com" }, subject = "My High Score", isBodyHtml = true, body = "\<html\>\<body\>I scored over \<b\>9000\</b\>!!! Can you do better?\</body\>\</html\>", } native.showPopup( "mail", options )

it worked fine on IOS device running 10.3.1

it failed on 2 different Android devices, running android 6 and 7.

on android only shows the text without any formating, the bold is lost, i tried other simple tags like <h1> <p> etc. but all failed.

On IOS they all worked fine.

this is a corona related problem or the android email account that is broken? anyone having success to send html email thought an android device?

tried different apps to open the email sent by my app but all failed to show proper html content.

i’m running latest build, 2016.3068

regards,

Carlos

It didn’t work in gMail on my Android tablet. I have a test sample already, I’ll file a bug report for you.

CaseID: 8500847

Rob

thank you rob, looking forward for the correction :slight_smile:

It didn’t work in gMail on my Android tablet. I have a test sample already, I’ll file a bug report for you.

CaseID: 8500847

Rob

thank you rob, looking forward for the correction :slight_smile: