#34617 closed Bug (fixed)

Ensures <meta name="viewport"> does not disable text scaling and zooming

Reported by: Cheuk Ting Ho Owned by: Cheuk Ting Ho
Component: contrib.admin Version: 4.2
Severity: Normal Keywords: accessibility
Cc: Triage Stage: Accepted
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: yes

Description

Currently the setting at admin template: meta name="viewport" has set content="user-scalable=no and maximum-scale=1.0 which limits user zooming and scaling. We need to remove it.

Change History (4)

comment:1 by Cheuk Ting Ho, 11 months ago

Owner: changed from nobody to Cheuk Ting Ho
Status: newassigned

comment:2 by Thibaud Colas, 11 months ago

Has patch: set
Triage Stage: UnreviewedAccepted

comment:4 by GitHub <noreply@…>, 11 months ago

Resolution: fixed
Status: assignedclosed

In 65da6b2:

Fixed #34617 -- Enabled user zooming on mobile devices in the admin.

Note: See TracTickets for help on using tickets.
Back to Top