You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is not something that is supported with mailto: URIs.
If you want to use that feature the only option I know of is the generic share intent ACTION_SEND. But even then email clients may not support HTML and only look at EXTRA_TEXT.
I think you should make it more obvious that HTML formatted messages are not supported by your library. One might pass an HTML string into .body() with the assumption it will create an HTML email.
cketti
changed the title
HTML formatted text
Update documentation: HTML emails are not supported
Mar 21, 2016
How can I send HTML formatted text using your library similar to
ShareCompat.IntentBuilder.setHtmlText()
?The text was updated successfully, but these errors were encountered: