Android - Webview truncates string -


i have webview trying show string:

"---@%-@%%#:-=%@+=%-#@##%@%--.....-=.-=:-:.........=----::::::::=---:::::::::::::.............................................::::.........................................-#+ ."

however, string truncated , displayed in more 1 line, , can't figure out why. should displayed in 1 line. idea on how solve issue?

this how populating webview:

web.loaddatawithbaseurl(null, s, "text/html", "utf-8", null);

where s string showed.

thanks in advance


Comments

Popular posts from this blog

java - How to Configure JAXRS and Spring With Annotations -

visual studio - TFS will not accept changes I've made to a Java project -

php - Create image in codeigniter on the fly -