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

Update for Chrome on Android #40

Open
brentcas opened this issue Apr 4, 2014 · 3 comments
Open

Update for Chrome on Android #40

brentcas opened this issue Apr 4, 2014 · 3 comments

Comments

@brentcas
Copy link

brentcas commented Apr 4, 2014

Needs an update for Android's Chrome update. The apple-touch-icon has been depreciated.

<link rel="shortcut icon" sizes="196x196" href="nice-highres.png">
<link rel="shortcut icon" sizes="128x128" href="niceicon.png">

Add to Homescreen - Google Chrome Mobile — Google Developers

@mathiasbynens
Copy link
Contributor

The shortcut part isn’t needed. I wish @PaulKinlan would change the docs already :P

<link rel="icon" sizes="196x196" href="touch-icon-196x196.png">
<link rel="icon" sizes="128x128" href="touch-icon-196x196.png">

@brentcas
Copy link
Author

brentcas commented Apr 4, 2014

Nice catch. That would be great! haha

@oli
Copy link

oli commented Aug 15, 2017

Seems like Chrome dev docs refer to 192px not 196px:

https://developer.chrome.com/multidevice/android/installtohomescreen ← appears to be the current version of the now 404’ed “Add to Homescreen” link above

and also in other web app manifest docs:

Where does 196px come from? ah

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

No branches or pull requests

3 participants