Here is the code: (inside of an activity )
                WebView webView = new WebView(this);

                webView.setHorizontalScrollBarEnabled(true);
                webView.setVerticalScrollBarEnabled(true);
                webView.getSettings().setSupportZoom(true);
                this.addContentView(webView, new LayoutParams(ScreenWidth, 
250));
                webView.loadUrl(authUrl);

Neither zooming nor scrolling works.  Does Google have a support line?

On Jan 5, 11:01 am, NathanBarger <[email protected]> wrote:
> Ok I took it out and it still does not scroll horizontally.  Can
> someone who has actually gotten this to work please respond?
>
> On Jan 5, 10:01 am, TreKing <[email protected]> wrote:
>
> > On Wed, Jan 5, 2011 at 11:52 AM, NathanBarger <[email protected]> wrote:
> > > I have a WebView inside of a linearlayout.
>
> > Try taking it out of the LInearLayout.
>
> > -------------------------------------------------------------------------------------------------
> > 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 [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

Reply via email to