There is a web application (basically a web page coming from the server), which was developed for a client using MS Surface tablets, which were running Windows RT.
When there was a shortcut (tile) pinned to the start screen of the tablet and client run it from there, it looked like any other metro app - no address bar until user dragged edge up or down.
The client started using Windows 8.1 with IE 11. Now, when the user interacts with web page or javascript shows/hides something, address bar pops up from the bottom edge and hides some content.
Is there any way to make this page not to show this address bar popup?
All the application is on one page and there is even no ajax requests during the typical use. It is not possible to reconfigure all the user's existing and future tablets. So it has to be done using js or HTML.