• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Apps Webview to load only text from a page?

ajent

Lurker
There's a site i'd like to put into webview, however I want to remove 1 image that's listed at the bottom, and the links.

Basically I want the webview to load the page, without the <a href=> and <img src=> tags.

Is this possible?

Thanks
 
Here's another idea, this url: lexanderA Extracting HTML from a WebView
Has information on pulling html code out of the webview, so my idea is, can I have the html code pulled out of the webview, then only the part I want be displayed to the user?
no tags, just the text in the middle that is generated.

Thanks
 
Back
Top Bottom