How do I display content from feedburner in WebView in Full HTML?
I am using a WebView to display this feedburner . When I view this link in Google Chrome and in the device's browser it shows the title, snippet, links, and most importantly a podcast file and other hyperlinks. However, when I view this link in my WebView it only shows it in Plain Text HTML with no hyperlinks. All i see is a title and the story snippet, followed by HTML source code. Is there a particular that must be enabled to resolve this? These are my WebView settings: newsfeed = (WebView) findViewById(R.id.webViewnews); newsfeed.getSettings().setJavaScriptEnabled(true); newsfeed