Summary
Our QA teams have flagged that the meta tag containing maximum-scale=1.0, user-scalable=no are not in alignment with accessible practices due to disallowing scaling
Ref
|
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no, viewport-fit=cover" /> |
Ideal adjustment
<meta name="viewport" content="width=device-width, initial-scale=1, viewport-fit=cover" />
Hey Brandon, Thanks for putting this template together! I am sure there is good reasoning for the meta tag to include maximum-scale=1.0, user-scalable=no so please disregard if the majority of users need it. We will just add it to our internal check list to adjust otherwise
✌️ -k