Skip to content

Text is enlarged on iOS Safari landscape orientation #1684

Closed
@igxactly

Description

@igxactly

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions