views:

77

answers:

1

Is there any way to any way to allow the user to only view a certain <div> with WebView?

Thanks!

+1  A: 

Parse out that <div> and load only it into the WebView in the first place.

Beyond that, no. WebView displays whatever you hand it.

CommonsWare
Can you recommend any good HTML parsers for Android?
Tyler