|
|
|
|
|
by JCB_K
5182 days ago
|
|
That's why you set the initial scale to 1.0 when you're designing a responsive website. This disables the default iOS behaviour to scale a website to fit within the screen. <meta name="viewport" content="width=device-width; initial-scale=1.0">
|
|