Preface:
When the Pin is applied to the home screen, another Title is displayed. How can I remove the Default Application name?
Problem origin:
650) this. length = 650; "title =" aaa "border =" 0 "alt =" aaa "src =" http://www.bkjia.com/uploads/allimg/131228/1J2312F7-0.jpg "width =" 287 "height =" 327 "style =" border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; border-image: initial; max-width: 700px;-webkit-transition-property:-webkit-box-shadow;-webkit-transition-duration: 0.2 s; -webkit-transition-timing-function: initial;-webkit-transition-delay: initial; background-image: none; padding-left: 0px; padding-right: 0px; display: inline; padding-top: 0px; "/>
Run the simulator and Pin the application to the Start Screen,
650) this. length = 650; "title =" bbb "border =" 0 "alt =" bbb "src =" http://www.bkjia.com/uploads/allimg/131228/1J2311U3-1.jpg "width =" 284 "height =" 330 "style =" border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; border-image: initial; max-width: 700px;-webkit-transition-property:-webkit-box-shadow;-webkit-transition-duration: 0.2 s; -webkit-transition-timing-function: initial;-webkit-transition-delay: initial; background-image: none; padding-left: 0px; padding-right: 0px; display: inline; padding-top: 0px; "/>
Sorry, I have not replaced background.jpg with a custom background image, and the app name is displayed in the lower left corner of the application tile.
Sometimes, we may not need such a title here and look at it in an eye. How can we remove it?
Solution:
In the WMAppManifest. xml file, locate the Tokens-> Title node. :
650) this. length = 650; "title =" cccc "border =" 0 "alt =" cccc "src =" http://www.bkjia.com/uploads/allimg/131228/1J2316213-2.jpg "width =" 395 "height =" 241 "style =" border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; border-image: initial; max-width: 700px;-webkit-transition-property:-webkit-box-shadow;-webkit-transition-duration: 0.2 s; -webkit-transition-timing-function: initial;-webkit-transition-delay: initial; background-image: none; padding-left: 0px; padding-right: 0px; display: inline; padding-top: 0px; "/>
In this case, you only need to remove the content of the Title node to remove the Title from the application tile,
650) this. length = 650; "title =" dddd "border =" 0 "alt =" dddd "src =" http://www.bkjia.com/uploads/allimg/131228/1J231L47-3.jpg "width =" 357 "height =" 306 "style =" border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; border-image: initial; max-width: 700px;-webkit-transition-property:-webkit-box-shadow;-webkit-transition-duration: 0.2 s; -webkit-transition-timing-function: initial;-webkit-transition-delay: initial; background-image: none; padding-left: 0px; padding-right: 0px; display: inline; padding-top: 0px; "/>
Summary:
WMAppManifest. the xml file content is the key to solving such small Tips. When talking with @ maring_aawolf, he mentioned that the title will automatically disappear after the application is submitted to the market, I have not personally verified it.
This article is from the "microblogging network log" blog, please be sure to keep this source http://weishibo.blog.51cto.com/4283078/865955