I'm trying to make a website app work on Android tablet (4.2) and I want it to use Chrome as a platform for a full screen display as default Android webview is really horrible. So I figured out I have to include
<meta name="mobile-web-app-capable" content="yes">
to make a website available for a full-screen display in Chrome by tapping "Add to HomeScreen" there. But when I open this full screen version of a website, there is still a small thin grey bar on top showing index.html location path. It's not address bar or navigation bar, it's just something else that is really not supposed to be there in full screen mode. Does anyone know what is that bar and how to get rid of it?