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 
Invalid address bar after exiting full screen mode 
javascript android google-chrome fullscreen address-bar
Simon ferndriger
source share