cordova / phonegap - splashscreen显示没有在Windows Phone 8上添加任何插件

时间:2014-10-15 10:33:52

标签: cordova visual-studio-2012 windows-phone-8

我正在将一个项目从android移植到Windows Phone 8,我正在使用cordova / phonegap。

到目前为止,我没有添加任何插件,但我已经有一个闪屏显示几秒钟。

我的 config.xml

中没有任何相关内容
<widget xmlns="http://www.w3.org/ns/widgets">
    <access origin="*"/>
</widget>

我的 properties / AppManifest.xml

中都没有
<Deployment xmlns="http://schemas.microsoft.com/client/2007/deployment"
        xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml">  
  <Deployment.Parts>
  </Deployment.Parts>
</Deployment>

我使用VS 2012 Express创建了一个cordova项目,如下所示

enter image description here

  • 为什么会这样?

0 个答案:

没有答案