I am implementing an android application related to Webview. I am getting base64 data string from server that data format may be jpg or pdf file or doc file etc
Just Try it:
webView.loadData(urlString, "text/html; charset=utf-8", "base64");