My app shows a list of articles from an RSS feed and when one is selected it shows the article in a web view. The problem is that the web view is displaying the desktop sit
Setting setUseWideViewPort to false solved the problem for me:
mWebView.getSettings().setUseWideViewPort(false);