a weird issue with template in Iphone

jojo
13 years ago
I am running a site that uses mobileJoomla
It works great
but
people who browse my iphone template with ios 4 cant see the site (the template is cut) and whoever uses ios 5 - its OK

what can I o in order to resolve it ?
dryabov
13 years ago
What is url of your site?
jojo
13 years ago
its Couponq.co.il

10x.
dryabov
13 years ago
It's screenshot of iPhone4 (iOS4.3):
dryabov
13 years ago
You have no viewport metatag in html source.
jojo
13 years ago
So How Can I see it good iOS 5 ?
dryabov
13 years ago
Your template should contain smth like
<meta name="viewport" content="width=device-width, initial-scale=1" />

in the case of fluid width mobile-optimized content, or
<meta name="viewport" content="width=444px" />
in the case of fixed width desing (444px is the width of the site).

By continuing to use this site you consent to the use of cookies on your device as described in our cookie policy unless you have disabled them. This site will not function correctly without cookies.

I accept cookies from this site.