Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Zooming and scaling must not be disabled #1130

Closed
dariiing opened this issue Jul 12, 2023 · 0 comments
Closed

Zooming and scaling must not be disabled #1130

dariiing opened this issue Jul 12, 2023 · 0 comments
Assignees
Labels
Accessibility Make software available to everyone Code Related to the Markdown Code app UI/UX Interfaces & user experience
Milestone

Comments

@dariiing
Copy link
Contributor

on the homepage:

Element Location:

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

https://dequeuniversity.com/rules/axe/4.7/meta-viewport?application=AxeChrome

To solve this problem, you need to fix the following:
user-scalable=no on tag disables zooming on mobile devices

@dariiing dariiing added Accessibility Make software available to everyone UI/UX Interfaces & user experience Code Related to the Markdown Code app and removed UI/UX Interfaces & user experience labels Jul 12, 2023
@dariiing dariiing self-assigned this Jul 19, 2023
dariiing added a commit that referenced this issue Jul 19, 2023
dariiing added a commit that referenced this issue Jul 19, 2023
@davidbenque davidbenque added this to the 5.5.0 milestone Oct 6, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Accessibility Make software available to everyone Code Related to the Markdown Code app UI/UX Interfaces & user experience
Projects
Development

No branches or pull requests

2 participants