06-20-2011 06:38 AM
I am using displayContent method to display html Data in webView
code is
productBrowserField
.displayContent(chars,"text/html; charset=utf-8",http://localhost);
where chars contain html text. this html data contains images also to display from src. But for some html whole content is not properly ajdust horizontally according to display screen Size . I dont want to use scrolling for screen to display whole image. BUt adjust data acording to Screen width. Pls helpout me how to do this
06-21-2011 02:51 AM
Pls any suggestions...?