Android Webview - Empty white space at the bottom after scaling to the device width
问题 I am scaling my webview to fit the content to the width of the screen using the following code: webView.getSettings().setLoadWithOverviewMode(true); webView.getSettings().setUseWideViewPort(true); webView.getSettings().setBuiltInZoomControls(true); This works but now I am getting an empty space at the bottom of the content. The size (in height) of the empty space is directly proportional to the magnitude of the zoom it is doing. So for smaller devices, the size is greater. My feeling is that