Meta viewport zoom (meta-viewport)

The content attribute of the <meta name="viewport" /> element does not have properties that prevent user zooming, such as user-scalable=no or maximum-scale=1.


Preventing user zooming (max-scale):

This page has a meta viewport element with a property that prevents user zooming (maximum-scale=1)

Note: Possible to automatically test. This violation can be automatically detected by programmatically checking if the meta viewport element exists and has properties that allow zooming and rescaling of the viewport.

axe detected: 1.4.4  |  QualWeb detected: 1.4.4