Titanium JIRA Archive
Titanium SDK/CLI (TIMOB)

[TIMOB-7941] Mobile Web: web clip icons: generated appicon meta tags include a typo

GitHub Issuen/a
TypeBug
PriorityMedium
StatusClosed
ResolutionFixed
Resolution Date2012-03-09T09:50:52.000+0000
Affected Version/sRelease 2.0.0
Fix Version/sSprint 2012-05, Release 2.0.0
ComponentsMobileWeb
Labelsn/a
ReporterTim Poulsen
AssigneeChris Barber
Created2012-03-09T07:40:05.000+0000
Updated2017-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)">

Comments

  1. Lee Morris 2017-03-03

    Closing ticket as MobileWeb is no longer supported.

JSON Source