Jump to content

Mobile specific website


biggieuk

Recommended Posts

I am developing a mobile specific version of a web site.

 

I am using the following tags in the header which work for the iPhone:

 

<meta name="viewport" content="width=device-width, user-scalable=no" />

 

However on an Android phone the initial view is zoomed in too close. Is there something i'm missing that can fix this problem?

 

Thanks :confused:

Link to comment
https://forums.phpfreaks.com/topic/258521-mobile-specific-website/
Share on other sites

  • 3 weeks later...

This is the code that I used on a mobile website I just finished. The website I worked on works fine on a iPod, iPhone, iPad and Android devices.

 

<meta name="HandheldFriendly" content="true" /> 
<meta name="viewport" content="width=device-width, height=device-height, user-scalable=yes" /> 

 

Hope this helps.

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.