I am using webview to load the responsive website but it shows the width outside to the mobile size.
webview
I open the link in a mobile Chrome browser and it looks
Try This:
WebView browser = (WebView) findViewById(R.id.webview); browser.getSettings().setLoadWithOverviewMode(true); browser.getSettings().setUseWideViewPort(true);