★ June 23rd, 2009 更改 iPhone 上方狀態列的背景色
在 head 裡加入這行:
<meta name="apple-mobile-web-app-status-bar-style" content="black" />
可以更改上方狀態列的樣式,方便你做出接近 native app 外觀的 web app。
“Dude, your UI sucks.”
在 head 裡加入這行:
<meta name="apple-mobile-web-app-status-bar-style" content="black" />
可以更改上方狀態列的樣式,方便你做出接近 native app 外觀的 web app。