>From what i can gather,

You should try enabling the scroll bars using

        web.setVerticalScrollBarEnabled(true);
        web.setHorizontalScrollBarEnabled(true);

also, try web.setInitialScale(percent_value) for better scaling.

----web is the object of WebView Class.


Cuil


On Tue, Dec 28, 2010 at 8:15 AM, TreKing <treking...@gmail.com> wrote:

> On Mon, Dec 27, 2010 at 8:22 PM, CaryWang <wangjf...@gmail.com> wrote:
>
>> I use webView load html page。I want show screen size of the html
>> page,other area html page not show.and user can't drag screent show other
>> area.
>
>
> I'm sorry, but that's really not any clearer.
>
>
>
> -------------------------------------------------------------------------------------------------
> TreKing <http://sites.google.com/site/rezmobileapps/treking> - Chicago
> transit tracking app for Android-powered devices
>
>  --
> You received this message because you are subscribed to the Google
> Groups "Android Developers" group.
> To post to this group, send email to android-developers@googlegroups.com
> To unsubscribe from this group, send email to
> android-developers+unsubscr...@googlegroups.com<android-developers%2bunsubscr...@googlegroups.com>
> For more options, visit this group at
> http://groups.google.com/group/android-developers?hl=en
>

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to