Sunday, 15 February 2015

android - WebView height as content height? -



android - WebView height as content height? -

i have webview in vertical linear layout, after load web content (exactly email) want webview size fit email can't utilize zoom. because linear layout in scrollview don't want "double" scroll effect (webview scoll in scrollview).

what want email content fit in linear layout can scroll down.

i got email content post request , added webview this:

string content = jsonresult.getstring("html_body"); mwvresponseof.loaddatawithbaseurl(null, content, "text/html", "utf-8", null);

any help?

what can utilize textview within linearlayout. utilize html.fromhtml() method work done.

for more clarification refer : how display html in textview?

android html css webview

No comments:

Post a Comment