jsp page supports mobile zooming through viewport

  • 2020-12-22 17:45:01
  • OfStack

Want to join < meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=0.5, maximum-scale=2.0, user-scalable=yes" > The label

The meaning of one of the attributes:

width: -Width of viewport
height: - height of viewport
initial-scale: - Initial scaling
minimum-scale: - The minimum scale to which the user is allowed to zoom
maximum-scale: - The maximum scale to which the user is allowed to zoom
user-scalable: - Whether the user can manually zoom

Related articles: