I use a HTML5 fullscreen plugin (https://github.com/kayahr/jquery-fullscreen-plugin) to view a website on request in fullscreen.
This works great - however, when I exit the fullscreen via plugin, I only see the very top bar, but not the address bar.
If I rotate the device into landscape and back into portrait mode, the address bar shows up, but I cannot expect users to know (and do) that.
How can I tell Chrome on Android to show up the address bar after programatically exiting fullscreen?