[TIMOB-7941] Mobile Web: web clip icons: generated appicon meta tags include a typo
| GitHub Issue | n/a |
|---|---|
| Type | Bug |
| Priority | Medium |
| Status | Closed |
| Resolution | Fixed |
| Resolution Date | 2012-03-09T09:50:52.000+0000 |
| Affected Version/s | Release 2.0.0 |
| Fix Version/s | Sprint 2012-05, Release 2.0.0 |
| Components | MobileWeb |
| Labels | n/a |
| Reporter | Tim Poulsen |
| Assignee | Chris Barber |
| Created | 2012-03-09T07:40:05.000+0000 |
| Updated | 2017-03-03T23:25:32.000+0000 |
Description
Note the extraneous "n" at the end of the 114x114 appicon link tag; it shouldn't be there. This code copied from the index.html of a default Ti project built for Mobile Web using the 2.0.0.v20120308103238 CI build
<link rel="apple-touch-icon-precomposed" sizes="114x114" href="apple-touch-icon-114x114-precomposedn.png">
<link rel="apple-touch-icon-precomposed" sizes="72x72" href="apple-touch-icon-72x72-precomposed.png">
<link rel="apple-touch-icon-precomposed" href="apple-touch-icon-precomposed.png">
<link rel="apple-touch-startup-image" href="mobileweb/Default-Landscape.jpg" media="screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:landscape)">
<link rel="apple-touch-startup-image" href="mobileweb/Default-Portrait.jpg" media="screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:portrait)">
<link rel="apple-touch-startup-image" href="mobileweb/Default.jpg" media="screen and (max-device-width: 320px)">
Closing ticket as MobileWeb is no longer supported.