masakudamatsu / template

Template code for making a website
MIT License
1 stars 0 forks source link

Disable the zooming by mobile devices #7

Closed masakudamatsu closed 6 years ago

masakudamatsu commented 6 years ago

The following line of code disables mobile device browsers to ignore the media query

<meta name="viewport" content="width=device-width, initial-scale=1">

See the section entitled "Disable Viewport Zooming" in this article by Internating Is Hard.

By the way, Wix, a popular website-making service, cannot handle this (see this FAQ article by Wix).

masakudamatsu commented 5 years ago

We remove maximum-scale=1 to allow the user to zoom by pinching the mobile phone screen. See MDN and Google Web Fundamentals articles.