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 problem and solution with PWA iOS icon #5

Open
followdarko opened this issue Oct 30, 2018 · 1 comment
Open

Add problem and solution with PWA iOS icon #5

followdarko opened this issue Oct 30, 2018 · 1 comment

Comments

@followdarko
Copy link

iOS PWA does't support icons from manifest.json. The solution is to add link apple-touch-icon with different sizes.

Example:
<link rel="apple-touch-icon" sizes="180x180" href="apple-touch-icon.png">

@NekR
Copy link
Member

NekR commented Oct 30, 2018

Yeah, that's true 👍 I'll add it

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