TheFinestArtist / FinestWebView-Android

Beautiful and customizable Android Activity that shows web pages within an app.
https://finestwebview.web.app
2.32k stars 531 forks source link

HTML Data not formatted #99

Open aaru opened 8 years ago

aaru commented 8 years ago

Thanks for your wonderful library. here is my issue. I am passing HTML formatted text, but the data in the screen is not formatted and everything comes in single line. Ex: (p)Hi(/p) (p)123(/p) outputs as Hi 123 in one line, instead of two different lines. Note: (p) should be read as angle bracket

Here is my code new FinestWebView.Builder(context) .load(htmlData,"text/html; charset=utf-8", "UTF-8");