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.

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

Submitted by Elmer van Chastelet on 15 July 2014 at 10:05

Log in to post comments