Active
Project:
Skeleton
Version:
7.x-1.1
Component:
User interface
Priority:
Major
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
10 Oct 2012 at 22:33 UTC
Updated:
6 Mar 2013 at 16:33 UTC
Jump to comment: Most recent
i believe if i go to http://www.getskeleton.com/, i'll get one column on iphone portrait mode, but i don't get it on skeletontheme. Is there any settings for that ? thanks.
Comments
Comment #1
sk33lz commentedI started building a Skeleton base theme for Drupal before I knew this theme existed. I just found a major issue with mobile devices not adhering to my media queries and found this issue while searching for a solution.
I traced the issue back to a meta tag that is not being printed that needs to be. Here is the meta tag:
This tag fixed my issue, and may fix the issue found here as well.
I am adding it through my theme's template.php in the following manner:
I have modified the code so that this will work with this Skeleton contrib theme here.
Comment #2
Anonymous (not verified) commentedWhen I view the source of my Skeletontheme page I see the line:
meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1" /
Does that mean this issue has been resolved and this "bug" should be declared fixed?
My site is still just on my localhost and I can't test it on an iphone.