How to show the address bar after exiting full screen mode on Android

I am using the full-screen HTML5 plugin ( https://github.com/kayahr/jquery-fullscreen-plugin ) to view the website on demand in full-screen mode.

This works fine, however, when I exit full-screen mode through the plugin, I see only the topmost panel, but not the address bar.

If I rotate the device to landscape and back to portrait mode, the address bar appears, but I cannot expect users to recognize (and do) this.

How can I tell Chrome on Android that the address bar appears after programmatically exiting full-screen mode?


Initial state enter image description here

Invalid address bar after exiting full screen mode enter image description here

+7
javascript android google-chrome fullscreen address-bar
source share

No one has answered this question yet.

See related questions:

3998
How to check email address in JavaScript
3295
Why is the Android emulator so slow? How can we speed up Android emulator development?
2510
How to keep Android activity state by saving instance state?
586
Updating the address bar with a new URL without a hash or reloading the page
561
Fullscreen on Android?
513
How do I change the color of the title bar and address bar in the latest version of Chrome on Lollipop?
3
MPMoviePlayerController may exit full screen, but topbar is gone
0
Show address bar (omnibox) in Chrome Android using javascript
0
Android - full-screen layout for VideoView
0
Toggle full-screen button no matter how full-screen mode comes out?

All Articles