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

pinhole’s picture

You can find the viewport line in the file html.tpl.php in folder tpl.

pinhole’s picture

Issue summary: View changes

Chabge code