I\'m using a webview in my android app, at the moment when the app is started the website is zoomed in quite a lot, i want it to be zoomed out to fit the width of the screen. I
This zooms out so that the content (an SVG in my case) fits on the screen but does not make unnecessary space.
webView.getSettings().setUseWideViewPort(true); webView.setInitialScale(1);