I m using the following code to get touch icons for mobile devices - it s based on the html5boilerplate/mobile example:
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="viewport" content="width=device-width; initial-scale=1.0; maximum-scale=1.0;">
<!-- For iPhone 4 with high-resolution Retina display: -->
<link rel="apple-touch-icon-precomposed" sizes="114x114" href="/img/touch/h/apple-touch-icon.png">
<!-- For non-Retina iPhone, iPod Touch, and Android 2.1+ devices: -->
<link rel="apple-touch-icon-precomposed" href="/img/touch/l/apple-touch-icon.png">
<!-- For nokia devices: -->
<link rel="shortcut icon" href="/img/touch/apple-touch-icon.png">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black">
但是,出于某种原因,Peter仍在给我带来家庭屏幕icon的问题。 我听到的是,一只听觉。
我在这里包括其他 met子,如果它们能说明为什么不工作。 我试图重新排列两面。
Can anyone think of anything that might stop the icons being used?
我把html5个碎块/移动式作为试验案例——Im能够浏览到他们的现场,在我的Pi4(SOS 5)的家屏幕上添加icon。 我试图将自己的法典、文件夹结构以及信条复制到我自己的地点,但这只是 t。
任何想法?