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");
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");