As per my knowledge this white bar is address bar for internet explorer. You can see this bar in windows phone at the bottom of internet explorer.
I remove this bar with using css like:
.BottomBar{
position:absolute;
bottom:-34px;
}
it remove white bar . And work for me. But if you use activity indicator with this approach then you can again see this bar for some time untill the activity indicator hide. And make your body background as black.
so you can use this approach with much effect on static pages.