Android Question In WebView, how to display forum only from website?

Beja

Expert
Licensed User
Longtime User
Hi all,
I want to only display a discussion forum on cell phone, from a bigger website.. how can I achieve that?
Thanks in advance.
 

warwound

Expert
Licensed User
Longtime User
Maybe inject some javascript into the loaded webpage that finds all HTML elements that you don't want to be visible and sets their CSS 'display' property to 'none'.
Not straightforward and pretty much likely to leave you with a webpage with layout problems.
And if/when the website updates the layout of their pages you'd have to rewrite the javascript to handle the new layout.

Martin.
 
Upvote 0

Beja

Expert
Licensed User
Longtime User
Thanks Martin,
It's not something that's straightforward as I guessed
Now giving up the idea because I am not a web designer.
 
Upvote 0
Top