Email dialog HTML ignores some tags Titanium Moblie
问题 I'm currently building an app that has Email sending capabilities. I'm trying to send an Email with the relevant information and includes a link to the original post that is being sent. the original post is created as an HTML code segment, so I have to send the Email as an HTML. i create the Email dialog like this: var mail = Ti.UI.createEmailDialog({ subject:'FW:'+post.desc, html:true, messageBody: '<br><br><a href="http://www.XXXXXXXX.com/index.php?tid='+post.id+'" target="_blank">view