Closed (fixed)
Project:
Skeleton
Version:
7.x-1.2
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
21 Mar 2013 at 14:43 UTC
Updated:
4 Jan 2014 at 02:58 UTC
Jump to comment: Most recent
I have an android phone and the template would load the same as on the PC - just scaled down.
So I changed the meta values to AFAIK correct values (modified the function skeletontheme_page_alter($page) ):
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0">
<meta content="True" name="HandheldFriendly">and it works well now.
Comments
Comment #0.0
Quarath commentedcode
Comment #1
gtsopour commentedComment #2
gtsopour commentedHello Quarath,
just made the following change to the template.php file and committed:
Thanks
George
Comment #3.0
(not verified) commented,