Skip to content Skip to sidebar Skip to footer

Html Data Not Display Correct In Webview Gettinng From Json Webservice In Android?

i am getting HTML data from server using json webservice and display in webview in iphone is display perfectly with screen size but in android is not display prefect here i put dow

Solution 1:

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.


Post a Comment for "Html Data Not Display Correct In Webview Gettinng From Json Webservice In Android?"