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

Яблочные иконки. #15

Closed
6aKa opened this issue Dec 18, 2013 · 0 comments
Closed

Яблочные иконки. #15

6aKa opened this issue Dec 18, 2013 · 0 comments

Comments

@6aKa
Copy link

6aKa commented Dec 18, 2013

Потерялась иконка размером 60х60.
Разные версии iOS по разному реагируют на отсутствие size.
iOS 6 при отсутствии size считает что размер "57х57"
iOS 7 при отсутствии size считает что размер "60х60"
Поэтому лучше не использовать иконки без указания size.
В HTML лучше изменить порядок вывода link для иконок на такой
link rel="..." sizes="152x152" href="..."
link rel="..." sizes="120x120" href="..."
link rel="..." sizes="76x76" href="..."
link rel="..." sizes="60x60" href="..."
link rel="..." sizes="144x144" href="..."
link rel="..." sizes="114x114" href="..."
link rel="..." sizes="72x72" href="..."
link rel="..." sizes="57x57" href="..."

gleero added a commit that referenced this issue Dec 19, 2013
v0.5.1 → v0.6.0
@gleero gleero closed this as completed Dec 19, 2013
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

2 participants