-
Notifications
You must be signed in to change notification settings - Fork 114
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
sizes not in html #38
Comments
Same here, did you find a way to handle it? |
The problem is in the tutorial. The property in code is named |
PetrDlouhy
added a commit
to PetrDlouhy/django-pwa
that referenced
this issue
Nov 11, 2021
Fix silviolleite#38 The `sizes` property name in README doesn't match with the code, where is it named `size`: https://github.com/silviolleite/django-pwa/blob/0ff60e7afaf23d6883d593554b93e54bb56e41fe/pwa/templates/pwa.html#L19
Dhinagaran-s
added a commit
to Dhinagaran-s/django-pwa-custom
that referenced
this issue
Aug 21, 2022
…leite#70 from django-pwa
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello all,
The links to the icons generated my django-pwa do not show the sizes attribute as set in the settings.
It leaves it empty.
This error comes up while validating html-code:
Error: Bad value "" for attribute sizes on element link
Great "app" by the way thanks for making it.
The text was updated successfully, but these errors were encountered: