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 protected!
On 10月22日, 下午2时28分, zhen guo <[email protected]> wrote: > not clear, webView.getContentWidth()? > > On Wed, Oct 21, 2009 at 9:15 AM, ph wang <[email protected]> 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 ? --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en -~----------~----~----~----~------~----~------~--~---

