How can a webview be created with the ZoomPicker enabled and the
webpage zoomed out?

I have the following code that doesn't work:

                WebView mywebview = getWebView() ;
                mywebview.setWebViewClient(getWebViewClient());
                mywebview.getSettings().setJavaScriptEnabled(true);
                mywebview.getSettings().setLoadsImagesAutomatically(true);
                mywebview.getSettings().setSupportZoom(true) ;
                mywebview.getSettings().setBuiltInZoomControls(true) ;
                mywebview.getSettings().setUseWideViewPort(true) ;
                mywebview.loadUrl("http://www.usnaviguide.com/v3maps/test.htm";);
                mywebview.invokeZoomPicker() ;

It does allow the ZoomPicker if the page is moved around.

What am I doing wrong?

Thanks in advance.

-John Coryat
--~--~---------~--~----~------------~-------~--~----~
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