Webview Removing Spaces From Text
I'm using a WebView to display a formatted HTML text file with color and font size. My problem is it keeps removing spaces form the text, like it will combine two words together. I
Solution 1:
Does the text file have HTML character for a space " "
? If not, that might help.
Post a Comment for "Webview Removing Spaces From Text"