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
Enabling DOM should help I guess
webView.getSettings().setDomStorageEnabled(true);