我想在 webview 中隐藏网页的顶部内容

I want to hide top content of webpage in webview

我有网页,但我不需要导航菜单和搜索框。我们可以浮动 webview 容器吗?

如何通过android-webview隐藏?

mWebView.setVisibility(View.GONE); & mWebView.setVisibility(View.VISIBLE);

不要使用 INVISIBLE 设置。