tags:

views:

15

answers:

0

hello guyz

I have strated playing with the WebView and I have to say it behaves somewhat different from a browser.

for instance I noticed that normal text doesn't wrap normally and it tends to create horizontal scrollbars as a result of its exceeding the width of the window. In a web browser if u add a long text to the body of an HTML file you get vertical scrollbars if the text fill in the whole page vertically but u never get horizontal bars! What I am doing is injecting html into the page using:

browser.loadData(myLogText, "text/html", "UTF-8")

but, as aI said, I cant get rid of the horizontal scrollbars. The text does wrap but not always and sometimes it does exceed the available with of the window.

I dunno

any idea?

thanks