Skip to content

Default viewport settings affect UX badly #110

Closed
@pepelsbey

Description

@pepelsbey

By default there’s a viewport configuration that considered an antipattern:

<meta name="viewport" content="width=device-width,initial-scale=1,maximum-scale=1,user-scalable=no">

The maximum-scale=1 and user-scalable=no are locking viewport scaling which affects UX and accessibility badly. See Anti-Pattern: Disabling Pinch-to-Zoom by eBay for details.

I’m ready to send PR removing those viewport options, but I decided to check if you’d agree.

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