Ionic: Does email-composer support html?

Hi, everyone.
I use in my project EmailComposer, the example took from here https://ionicframework.com/docs/native/email-composer. But I don’t understand why the isHtml: true attribute doesn’t work.
Can anyone send a live example of the work of an email-composer in Ionic 2?
I rummaged through a bunch of information on the Internet and found nothing but to use the mailgun service, but I don’t want use it.
My project on git https://github.com/luckychel/VLTPayback/blob/master/src/pages/result/result.ts
sendEmail method.

No answers? Ok, thanks for support)

Hey there. The Ionic docs actually give a very simple and working answer to that question. I just implemented it today.

Hi
and https://github.com/katzer/cordova-plugin-email-composer outlines which tags are supported.
Regards
Tom

como vc resolveu o problema em que o gmail e android mail pararam de dar suporte ao envio de html dentro do email?

The attribute isHtml only work for the default mail client on iOS.
All the others will not have html in it.