Is there any way to any way to allow the user to only view a certain <div> with WebView?
Thanks!
Is there any way to any way to allow the user to only view a certain <div> with WebView?
Thanks!
Parse out that <div>
and load only it into the WebView
in the first place.
Beyond that, no. WebView
displays whatever you hand it.