I have an Android application that displays .mht file .In order to make that happen , I tried:
webview.loadDataWithBaseURL("", s, "multipart/related", "UTF-8", "");
But that displays unwanted content on the screen like this . Does anyone have any idea of why the WebView does not show .mht
file?