views:

145

answers:

0

i want to load my web view as a overview mode(completely zoomed out). that is the webpage zoomed out completely at the initial state.

i coded like this:

webview_obj.getSettings().setLoadWithOverviewMode(true);

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