Adding Viewport Meta to Drupal 6

Request Type: 
General Assistance
Author: 
es889
Issue/Request: 

I want to control the way my site displays on mobile devices—to respect media queries on retina-resolution iPhones, for example—by adding the following meta tag in the header:

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

The Nodewords/metatags module doesn’t seem to have this capability (it’s limited to specific meta tags I can add). How can I make this happen without access to my theme’s .tpl files?

Hello,

Unfortunately there is no current support for that functionality in D6 without hacking the code (.tpl files). Our recommendation would be to update to Drupal 7 which supports that functionality and contains pre-built themes that are responsive.

Josue