[android-developers] Re: How can I get the real value of a webview ?

2009-10-23 Thread ph wang
The value of webView.getContentWidth() is not what i want. I need the full size of the webview. If you do not zoom in/out, the full size of the webview is unchangeable. In fact, webview.computeHorizontalScrollRange() + webview.getWidth() is what i want, but computeHorizontalScrollRange() is protec

[android-developers] Re: How can I get the real value of a webview ?

2009-10-21 Thread zhen guo
not clear, webView.getContentWidth()? On Wed, Oct 21, 2009 at 9:15 AM, ph wang wrote: > > I can get the visual area value of a webview'size by using > webview.getHeight() and webview.getWidth(). But how can I get the real > value of a webview'size ? Am I said clear ? > > > > --~--~-~--