Hi, everyone, I'm having a problem using the setBuiltInZoomControls()
method on my webview.  Eclipse says that the method is undefined for
the type webview.  I have tried using it on different projects,
restarting eclipse, etc. Nothing seems to work.  I am using API level
8 and the method in question was implemented way back in level 3 so I
don't see why eclipse would think that it is undefined.  Thank you for
any help.  My code is as follows:


                WebView webview = new WebView(this);

                webview.setBuiltInZoomControls(true);

-- 
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