I am developing a web app in windows phone 8. And I have pin the web page to my desktop. However, I find no idea how to hide address bar in IE.
<meta name="mobileoptimized" content="0" />
<meta name="viewport" content="width=480,user-scalable=0, target-densitydpi=device-dpi" />
In short, I want to hide address bar in IE via HTML, JS, CSS or local setting. My current solution is using the native code to build a web view to display my page.