I am trying to get the WebView to have similar behavior as the android browser. The browser opens all pages in a way that tries to fit their width to the screen. However,
Try using a wide viewport:
webview.getSettings().setUseWideViewPort(true);