Android - How do I create an email body from a file that contains css and html? -


i have looked , found lots of great answers on how load html body of email intent, couldn't find how load file contain css , html. have program shows webview display file using:

webview.loadurl("file://" + htmlmanager.htmlfilepath(htmlmanager.myhtmlfile));

i have email loading html using

uri data = uri.parse("mailto:?subject=" + subject + "&body=" + html.fromhtml(htmlstring));

but can use same file used loadurl body of email?

according site css not able rendered in android email bodies

http://www.campaignmonitor.com/css/


Comments

Popular posts from this blog

linux - Does gcc have any options to add version info in ELF binary file? -

android - send complex objects as post php java -

charts - What graph/dashboard product is facebook using in Dashboard: PUE & WUE -