Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for Chrome Mobile web apps #1441

Closed
wants to merge 1 commit into from
Closed

Conversation

drublic
Copy link
Member

@drublic drublic commented Dec 15, 2013

As of Chrome Mobile 31, Google have added Install to Homescreen. This adds a new meta tag <meta name=”mobile-web-app-capable” content=”yes”> , and (apple-touch-*) is being depreciated in favour of <link rel=”shortcut icon” sizes=”1024x1024” href=”nice-highres.png”>

@drublic
Copy link
Member

drublic commented Oct 8, 2013

As it says in the section "Icon" in the link you provided, Chrome still looks through the "old" link tags while shortcut icon is preferred. For the time being I'd add this to the docs and add it in HTML5 Boilerplate as soon as other browsers support it too.

@PaulKinlan
Copy link

It is unlikely that other browsers will support as we plan to diverge from the apple-* support pretty soon. The use of apple-* is more of a bootstrap feature to get users used to the idea of installing to the home-screen given that adoption of apple-* is higher due to it being out for 4-5 years.

@mathiasbynens
Copy link
Member

Instead of:

<link rel="shortcut icon" sizes="1024x1024" href="nice-highres.png">

The markup should really be:

<link rel="icon" sizes="1024x1024" href="nice-highres.png">

Both work the same way, and shortcut is a legacy IE thing that should be avoided as much as possible.

@drublic
Copy link
Member

drublic commented Nov 13, 2013

Can we throw together a Pull Request for the changes of the docs for this one?

@alrra
Copy link
Member

alrra commented Nov 19, 2013

Related to this discussion:

Chrome for Android Beta's Add to Homescreen feature has been temporarily disabled. Back in Chrome 32!
https://code.google.com/p/chromium/issues/detail?id=316311

(from: https://twitter.com/ChromiumDev/status/402821347442561024)

@PaulKinlan
Copy link

The syntax will remain the same there is just an implementation bug.
On 19 Nov 2013 08:06, "Cătălin Mariș" [email protected] wrote:

Related to this discussion:

Chrome for Android Beta's Add to Homescreen feature has been temporarily
disabled. Back in Chrome 32!
https://code.google.com/p/chromium/issues/detail?id=316311

(from: https://twitter.com/ChromiumDev/status/402821347442561024)


Reply to this email directly or view it on GitHubhttps://github.com//issues/1441#issuecomment-28802194
.

@alrra
Copy link
Member

alrra commented Nov 19, 2013

The syntax will remain the same there is just an implementation bug.

@PaulKinlan yes I know, I just wanted to have the link to the bug in here, in case we ever need to reference it.

"Add to Homescreen" feature in Chrome Mobile

Closes #1441.
@drublic
Copy link
Member

drublic commented Dec 15, 2013

I've added a note to the docs in the PR above.

@drublic drublic closed this in a557ea0 Dec 26, 2013
@drublic drublic deleted the docs-chromeapps branch December 26, 2013 12:42
kcmckell pushed a commit to kcmckell/html5-boilerplate that referenced this pull request Feb 25, 2014
"Add to Homescreen" feature in Chrome Mobile

Closes h5bp#1441.
drublic added a commit that referenced this pull request Mar 20, 2014
"Add to Homescreen" feature in Chrome Mobile

Closes #1441.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants