Last Updated: February 25, 2016
·
560
· livingston

never use maximum-scale=1.0

By setting maximum-scale=1.0, you are restricting the user from using pinch zoom on mobile devices, and forcing to view your page a certain way.

Right way to use,

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