Hello :)
The question is quite simple "How do I remove the titlebar from a WebView, after adding content ? Normally you use requestWindowFeature(Window.FEATURE_NO_TITLE);
But you can only use that method before adding content :(
So any ideas ? :)
Thanks