Closed
Description
Text is rendered in oddly big size on iOS Safari.
Cause
-webkit-text-size-adjust
added in PR #740 -- which fixed #184 -- seems gone, even though it is still relevant.
Mozilla CSS reference doc suggests putting both -webkit-text-size-adjust
and text-size-adjust
. It also says Safari only supports vendor prefixed "-webkit-text-size-adjust" not "text-size-adjust". This applies to Firefox for iOS also.
iPadOS Safari seems not to suffer from this issue, according to these threads. -> apple developers webkit
Fix suggestion
We should bring back missing -webkit-text-size-adjust: none
Screenshots
landscape orientation - current result
landscape orientation - expected result
portrait orientation (for size comparison)
Metadata
Metadata
Assignees
Labels
No labels