Just asking for views on this.
The default viewport declaration in SD is:
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=0" />
The Bing mobile tester is not recognising this viewport,
several sources say that is is user-scalable=no rather than 0,
several sources also say that using user-scalable =no limits the moble experience and this may result in Google defining pages as not mobile friendly?
Should we just be using:
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1"/>
Has any one had any experience/knowledge of this?
Thank you!
The default viewport declaration in SD is:
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=0" />
The Bing mobile tester is not recognising this viewport,
several sources say that is is user-scalable=no rather than 0,
several sources also say that using user-scalable =no limits the moble experience and this may result in Google defining pages as not mobile friendly?
Should we just be using:
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1"/>
Has any one had any experience/knowledge of this?
Thank you!