You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right-click on the page and click "inspect" to open the developer tools window
Zoom in on the Info page while it's in desktop view. The page zooms in and out.
Then switch to mobile view in the inspect panel and try to zoom. You'd notice that zoom doesn't work in mobile view
Expected behavior
The info page contains a table that fills a desktop view. In mobile view, only a small part of the table is shown. So to view the rest of the table, users need to be able to scale the table up or down by zooming.
Screenshots
Desktop (please complete the following information):
OS: [Windows
Browser: Microsoft Edge
Version [e.g. 22]
Why is this important?
The user-scalable="no" parameter inside the content attribute of element disables zooming on a page. The maximum-scale parameter limits the amount the user can zoom. This is problematic for people with low vision who rely on screen magnifiers to properly see the contents of a web page.
How to Fix the Problem
Remove the user-scalable="no" parameter from the content attribute of the element in order to allow zooming and ensure the maximum-scale parameter is not less than 2.
The text was updated successfully, but these errors were encountered:
Describe the bug
Zooming is disabled on mobile view of the Info Page.
User Impact: Critical
Tool used: Axe
To Reproduce
Steps to reproduce the behavior:
Expected behavior
The info page contains a table that fills a desktop view. In mobile view, only a small part of the table is shown. So to view the rest of the table, users need to be able to scale the table up or down by zooming.
Screenshots
Desktop (please complete the following information):
Why is this important?
The user-scalable="no" parameter inside the content attribute of element disables zooming on a page. The maximum-scale parameter limits the amount the user can zoom. This is problematic for people with low vision who rely on screen magnifiers to properly see the contents of a web page.
How to Fix the Problem
Remove the user-scalable="no" parameter from the content attribute of the element in order to allow zooming and ensure the maximum-scale parameter is not less than 2.
The text was updated successfully, but these errors were encountered: