yeoman / generator-mobile

Scaffold out a mobile project based on Web Starter Kit
http://yeoman.io
918 stars 99 forks source link

Add support for home screen installable apps #16

Closed PaulKinlan closed 9 years ago

PaulKinlan commented 10 years ago

Add < meta name="apple-mobile-web-app-capable" content="yes" >

PaulKinlan commented 10 years ago

@addyosmani @gauntface - looking at the template in index.html there are no icon definitions, but rather they prefer the images specified in the root directory (i.e, well known files). Is there any issue you guys see in being more verbose and using the correct <link rel="icon" syntax? Chrome has some different parsing routines.

addyosmani commented 10 years ago

I wouldn't mind us opting for a more verbose approach. We'll investigate if there are any cons to us going down this route and get back to you. Otherwise, big +1 for adding support for home screen apps.

x1ddos commented 9 years ago

Closing all issues related to legacy version as this generator is now based on Web Starter Kit. Thanks!