Viewport blocks user scaling
CríticoUsers must be able to zoom and scale the page. Blocking zoom prevents low-vision users from enlarging content.
WCAG 1.4.41 elemento(s) afectado(s)
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=0, viewport-fit=cover">
Cómo solucionarlo
Remove maximum-scale=1 and user-scalable=no from the viewport meta tag.