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

Popular posts from this blog

python - pip install -U PySide error -

arrays - C++ error: a brace-enclosed initializer is not allowed here before ‘{’ token -

cytoscape.js - How to add nodes to Dagre layout with Cytoscape -