Hi,

I was working on a Responsible site and I've found my

@media all and (max-width: 680px) { ... }

don't run on all the small devices.

Some drupal-es IRC guys talk me about

<meta name="viewport" content="width=device-width">

and that's the right answer ;-) Adding it at page.tpl.php I've got what I'm looking for.

But I'm not sure if it could be desirable to update page.tpl.php with this code/patch or there are some reasons to not, like this:

Stop using the viewport meta tag (until you know how to use it)

Comments

lil.destro’s picture

Status: Active » Closed (won't fix)

Hi Calbasi!

Unfortunately there is no mobile support in our Drupal 6 release, but if you try our Drupal 7 and upcoming Drupal 8 release they contain full support for mobile browsers. Currently our focus is on bug fixes for D7 and ongoing development for D8, as D8 creeps closer we will discontinue support for D6.