September 5th, 2012, 10:45 PM
|
#1 (permalink)
|
|
New Member
Thread Author (OP)
Join Date: Nov 2011
Posts: 4
Device(s):
Carrier: Not Provided
Thanks: 0
Thanked 0 Times in 0 Posts
|
How to see webview complete content after scale?
I am really stuck with android web view scale ,what I am doing is I want to zoom the webpage so that the content of each line will be in same line after scale like-first line of webpage content should be in first line after zooming or scaling but here I am not finding any way to zoom the webview so I am scaling the webview -
webview.setScaleX(value);
and
webview.setScaleY(value);
But after scaling I am not able to see the fully content of web-view because scroll-bar stopped working so only the limited content after scale I can see,please provide me any solution so that I'll be able to scroll the complete content of web-view??
|
|
|