Opened 22 months ago
Closed 22 months ago
#34617 closed Bug (fixed)
Ensures <meta name="viewport"> does not disable text scaling and zooming
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 , 22 months ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
comment:2 by , 22 months ago
Has patch: | set |
---|---|
Triage Stage: | Unreviewed → Accepted |
comment:3 by , 22 months ago
Note:
See TracTickets
for help on using tickets.
https://github.com/django/django/pull/16914