Any way to hide elements from webview? (android)
        Posted  
        
            by ajent
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by ajent
        
        
        
        Published on 2010-06-12T20:02:44Z
        Indexed on 
            2010/06/12
            20:12 UTC
        
        
        Read the original article
        Hit count: 154
        
android
There's a webpage I pull up with webview, however i'd like to hide the 1 text link at the top. Is there a way to do this? The link is in the body, so I can't hide the body element in whole. The webpage is all text, and one tiny image at the bottom, but the text is generated each time you load it, so I can't just copy/paste the body.
Thanks
© Stack Overflow or respective owner