Active
Project:
Zircon
Version:
7.x-1.0
Component:
Code
Priority:
Major
Category:
Task
Assigned:
Reporter:
Created:
6 May 2013 at 14:39 UTC
Updated:
18 May 2013 at 11:14 UTC
Hi,
I've been making a website based on the theme Zircon but encountered a problem when I checked the website on my android pad and phone, it won't zoom.
I had the same problem with another website based on another theme but solved it with changing
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0">
to
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=5.0, user-scalable=yes">
but with Zircon theme I can't find any similar line.
Anyone who knows what to do??
/Per
Comments
Comment #1
pinhole commentedYou can find the viewport line in the file html.tpl.php in folder tpl.
Comment #1.0
pinhole commentedChabge code