문제

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.

올바른 솔루션이 없습니다

다른 팁

Unfortunalely there is no way to hide the address bar in IE mobile on Windows Phone at the moment.

If you really need to show a webpage on fullscreen the only way to do that is writing a native app with a full-screen webbrowser control as you have already described it correctly.

Sorry for the bad news...

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top