how to show the web view as OverviewMode in android? how??

Posted by androidbase Praveen on Stack Overflow See other posts from Stack Overflow or by androidbase Praveen
Published on 2010-03-29T14:47:57Z Indexed on 2010/03/29 16:53 UTC
Read the original article Hit count: 697

i want to load my web view as a overview mode.

i coded like this:

webview_obj.getSettings().setLoadWithOverviewMode(true);

its not working. what is the mistake and how to rectify it?

© Stack Overflow or respective owner

Related posts about android

Related posts about android-webview