I wish to display the complete webpage in webview and also want a
zooming capability so I am using:

scholarWebView.getSettings().setLoadWithOverviewMode(true);
scholarWebView.getSettings().setUseWideViewPort(true);

This works fine,but once I zoom in using double click and try to click
on some hyperlink on the webpage, it does nothing. The hyperlinks work
if I zoom out completely and also if I don't use the above code and
display the content normally. I couldn't find a clear explanation
about the zooming part anywhere. Also the android documentation is not
that clear. So, my question is

   1. how can I disable double tap zoom in and enable just pinch
zooming?
   2. has anybody experienced the same unusual behavior caused by
displaying the entire webpage in webview? if yes, how did you fix
this?

Thanks!!

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