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
Post a Comment