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
web.setInitialScale(1); web.getSettings().setLoadWithOverviewMode(true); web.getSettings().setUseWideViewPort(true);
try this code may be solve your issue.