HTML data not display correct in Webview gettinng from json webservice in android? HTML data not display correct in Webview gettinng from json webservice in android? json json

HTML data not display correct in Webview gettinng from json webservice in android?


Did you try using Html.fromHtml(yourData)? Also there are some relevant answers given here. Set TextView text from html-formatted string resource in XML.