delight-im / Android-AdvancedWebView

Enhanced WebView component for Android that works as intended out of the box
MIT License
2.39k stars 574 forks source link

Hide Horizontal Bar #255

Open VicCebedo opened 4 years ago

VicCebedo commented 4 years ago

Screenshot_20191009-164056_Catch

Hi,

Please see the image above. There is a black horizontal bar at the top. This does not go away even if I navigate through my site. Is there a way to hide this?

I compiled the code from scratch, did not changed anything except the address URL of my site. Thank you!

VicCebedo commented 4 years ago

Additional info: If I compile this from fresh code from repo, this issue is visible.

Black bar value would be equal to whatever was set: Android-AdvancedWebView-Test

And app will browse to example.org. private static final String TEST_PAGE_URL = "https://www.example.org/";