Click here to Skip to main content
15,917,642 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I want to set newline in web view in android side values from XML.I am using (/n,
) tags in XML but it not accepted.I don't know how make new line in paragraph.
Posted

1 solution

webView.loadDataWithBaseURL(null, html, "text/html", "UTF-8", "UTF-8");
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900