手机h5加桌面图标
手机h5应用1,网址浏览器添加到桌面,修改图标
关键代码
<!-- 手机h5加桌面图标 -->
<!-- 安卓平台 chrome -->
<link rel='apple-touch-icon-precomposed' href='<%= BASE_URL %>logonew.png'>
<meta name="mobile-web-app-capable" content="yes">
<link rel="icon" href="<%= BASE_URL %>logonew.png">
<!-- ios平台 safari -->
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black">
<!-- ios平台 保存的title -->
<meta name="apple-mobile-web-app-title" content="智慧监控" />
<!-- win8以上 平台 磁贴 书签 -->
<meta name="msapplication-TileImage" content="<%= BASE_URL %>logonew.png">
<meta name="msapplication-TileColor" content="#0e90d2">