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
You just need to do include following line of code and it will be loading mobile site perfectly!
webView.setInitialScale(1); webView.getSettings().setJavaScriptEnabled(true);