android - how to show string in mhtml format in a webview? -
i have string contains contents of web page in mhtml
format.
now want display web page in webview android devices:
string str = "..."; // mhtml document webview.loaddata(str,"text/html",null);
but displays mhtml
markup instead of parsing it.
appreciated.
Comments
Post a Comment