Warning: file_get_contents(/data/phpspider/zhask/data//catemap/5/fortran/2.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Windows 8 尽管代码正确,但Windows 8 Metro互动程序在主题中不工作_Windows 8_Microsoft Metro_Windows Store Apps_Winjs_Ie9 - Fatal编程技术网

Windows 8 尽管代码正确,但Windows 8 Metro互动程序在主题中不工作

Windows 8 尽管代码正确,但Windows 8 Metro互动程序在主题中不工作,windows-8,microsoft-metro,windows-store-apps,winjs,ie9,Windows 8,Microsoft Metro,Windows Store Apps,Winjs,Ie9,按照微软的指示设置Win 8 Metro Tiles,但它们对我来说不起作用。我的网站是 这是我的头代码,标签放在适当的位置,所有其他的标签都可以工作,所有和苹果相关的代码都可以工作 <head> <meta charset="<?php bloginfo( 'charset' ); ?>" /> <meta name="viewport" content="width=device-width,initial-scale=1,maximum-scal

按照微软的指示设置Win 8 Metro Tiles,但它们对我来说不起作用。我的网站是

这是我的头代码,标签放在适当的位置,所有其他的标签都可以工作,所有和苹果相关的代码都可以工作

<head>

<meta charset="<?php bloginfo( 'charset' ); ?>" />
<meta name="viewport" content="width=device-width,initial-scale=1,maximum-scale=1,user-scalable=no">

<meta name="format-detection" content="telephone=no">

<link rel="apple-touch-icon-precomposed" href="http://assets.themixtapesite.com/images/touch-icon-iphone.png" />
<link rel="apple-touch-icon-precomposed" sizes="72x72" href="http://assets.themixtapesite.com/images/touch-icon-ipad.png" />
<link rel="apple-touch-icon-precomposed" sizes="114x114" href="http://assets.themixtapesite.com/images/touch-icon-iphone-retina.png" />
<link rel="apple-touch-icon-precomposed" sizes="144x144" href="http://assets.themixtapesite.com/images/touch-icon-ipad-retina.png" />

<title><?php wp_title( '|', true, 'right' ); ?></title>
<meta name="description" content="<?php rb_excerpt('rb_excerptlength_widget', 'rb_excerptmore'); ?>">
<meta name="viewport" content="width=device-width; initial-scale=1.0; 
maximum-scale=1.0; minimum-scale=1.0; user-scalable=0;" /> 
<meta name="apple-mobile-web-app-capable" content="yes" /> 
<meta name="apple-mobile-web-app-status-bar-style" content="black" /> 
<meta name="application-name" content="TMS"/> 
<meta name="msapplication-TileColor" content="#000000"/> 
<meta name="msapplication-TileImage" content="http://assets.themixtapesite.com/images/15024da5-9803-4120-af3f-e8b2636c5eba.png"/>


要显示
tileColor
tileImage
,您必须将其从Internet Explorer(+)的metro(平铺)版本固定到开始屏幕。

首先,您可以删除额外的视口标记。没有必要有两个,是吗

此外,您的页面似乎有未关闭的标记。也许这是导致它不显示的原因


把那两个修好,然后回来找我。很抱歉,我是一个很好的人,不能直接对你发表评论。

嗨,埃里克,这是测试的方式,但也在微软自己的网站上进行了测试-在那里你可以做同样的事情,但在这个主题中,它似乎忽略了元标记,没有人,包括这个主题,开发者可以找到一个原因来解释为什么这两件事都不会发生——在buildMyPinnedSite.com上尝试一下这个主题的一个干净版本,它仍然不起作用。这个主题中的某些东西阻止了微软阅读meta标签,但它不应该是微软端的一个bug。。。