Skip to content

Webkit scaling bug on rotate #189

@JayPanoz

Description

@JayPanoz

So there seems to be a rendering bug in Webkit – yet another one… –, specifically in scroll.

webkit-scale-bug.mp4

As you can see, when you rotate the screen in paginated mode, everything is fine, the font-size increases in landscape, and scales down to its correct scaling once you go back into portrait. This scaling down does not happen in scroll… And it’s not the only nasty bug we have to deal with.

So the fix is simple, it is:

:root {
  --webkit-text-size-adjust: 100%;
}

Except it is not, because this disables the zoom entirely, including our very own font-size… So I am not sure this is even resolvable through CSS…

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