I want to upload my webview as an overview mode (fully reduced). that is, the web page has completely disappeared in its original state.
i is encoded as follows:
webview_obj.getSettings().setLoadWithOverviewMode(true);
does not work. what error and how to fix it?
source
share