Include viewport meta tag in every page
I don’t think there are any problems with including the following tag to every rendered page, which is a meta-tag to use the correct (calculated) device resolution. This makes, for example, bootstrap render in mobile mode on smartphones.
Submitted by Elmer van Chastelet on 15 July 2014 at 10:05
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
Log in to post comments