meta標(biāo)簽設(shè)置
-
<meta name="apple-mobile-web-app-capable" content="yes">這句是要做隱藏狀態(tài)欄和工具欄,當(dāng)添加到主屏是會(huì)看到明顯差異;但在Safari中沒差別
image
image <meta name="apple-mobile-web-app-status-bar-style" content="black">控制狀態(tài)欄樣式,也就是頂部的顏色,就不上圖了;如果不設(shè)置,默認(rèn)黑色<meta name="apple-mobile-web-app-title" content="Weather">添加到主屏?xí)付?biāo)題Weather<link rel="apple-touch-icon" href="images/icons/icon-152x152.png">添加到主屏指定圖標(biāo)<meta name="msapplication-TileImage" content="images/icons/icon-144x144.png">win8磁貼圖標(biāo)<meta name="msapplication-TileColor" content="#2F3BA2">win8磁貼顏色

