delight-im/Android-AdvancedWebView

Hide header and footer

aanaman opened this issue · 1 comments

please i have a website and would like to like to hide the header and the footer as well in the webview. How do i go about it?

ocram commented

You would need to execute some JavaScript on the WebView after the page has loaded. Just refer to the official documentation for Android’s basic WebView to see how you can do that.