Hi, I want to show rss feeds in a webview. I can see the contents, but if I touch some links, it won't be displayed (only images with link).
For example I have:
<a href="http://www.mysite.com/file.doc">Download DOC</a> --> not showing <a href="http://www.mysite.com/imagehq.jpg"><img src="http://www.mysite.com/image.jpg"/></a> --> OKWhy? In iOS it works perfectly.
Tested with LG Nexus 5. Thanks