我一直在尝试以下方法,以在我的布局中定位移动lumia 920。
<!--[if IEMobile]>
<link rel="stylesheet" href="/Content/windowsPhone.css"/>
<![endif]-->
<!--[if IEMobile 8]>
<link rel="stylesheet" href="/Content/windowsPhone.css"/>
<![endif]-->
<!--[if IEMobile 7]>
<link rel="stylesheet" href="/Content/windowsPhone.css"/>
<![endif]-->
<!--[if IE]>
<link rel="stylesheet" href="/Content/windowsPhone.css"/>
<![endif]-->
这些都不起作用。还有其他想法吗?
最佳答案
它不起作用,因为此代码仅在Windows Phone 7中有效,而Lumia 920是Windows Phone8。阅读更多here