简体   繁体   English

Phonegap构建Windows Phone 7应用程序标题

[英]Phonegap build windows phone 7 app tile title

when i pin my pgb wp7 project to the start screen the tile title is cordova_1.5.0etc 当我将我的pgb wp7项目固定到开始屏幕时,图块标题为cordova_1.5.0etc

how do i change it? 我该如何更改?

Is there a way to do this in the config .xml? 有没有办法在config .xml中执行此操作?

In The WMManifest.xml file of WP7 project, change the value of Title tag 在WP7项目的WMManifest.xml文件中,更改“标题”标签的值

<Tokens>
      <PrimaryToken TokenID="_7versionappToken" TaskName="_default">
        <TemplateType5>
          <BackgroundImageURI IsRelative="true" IsResource="false">Background.png</BackgroundImageURI>
          <Count>0</Count>
          **<Title>MyTileID</Title>**
        </TemplateType5>
      </PrimaryToken>
    </Tokens>

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM