We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When the dppx value is not defined in screens.json the value shown on dpi.lv is equal to 1 which is misleading.
Example:
{ "name": "Google Nexus 5", "w": 1920, "h": 1080, "d": 4.95 }
and then the table "Known screens" on dpi.lv shows:
When dppx is unknown it should be reflected in the table as for Nexus 5 it is 3, not 1.
The text was updated successfully, but these errors were encountered:
Samsung Galaxy S7 dppx is 1 is not right
Sorry, something went wrong.
PRs for corrected dppx values would be appreciated!
No branches or pull requests
When the dppx value is not defined in screens.json the value shown on dpi.lv is equal to 1 which is misleading.
Example:
and then the table "Known screens" on dpi.lv shows:
When dppx is unknown it should be reflected in the table as for Nexus 5 it is 3, not 1.
The text was updated successfully, but these errors were encountered: