Welcome, Guest
Username Password: Remember me

viewport setting / iphone width problem
(1 viewing) (1) Guest
  • Page:
  • 1

TOPIC: viewport setting / iphone width problem

viewport setting / iphone width problem 12 years, 9 months ago #7246

  • careykwong
  • OFFLINE
  • Fresh Boarder
  • Posts: 6
  • Karma: 0
please help to solve the problem of the iphone display that the width is not fit!!!!
here is my site
www.vio-style.com
and
iphone site
www.vio-style.com/index.php?device=iphone

<!doctype html>
<html <?php echo $MobileJoomla->getXmlnsString(); ?>>
<head>
<meta http-equiv="Content-Type" content="<?php echo $MobileJoomla->getContentString(); ?>"/>
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no ">
<meta name="format-detection" content="telephone=no" />
<meta name="format-detection" content="address=no" />
<?php $MobileJoomla->showHead(); ?>
<style type="text/css" media="screen">@import "<?php echo $base;?>/jqtouch-src/jqtouch/jqtouch.min.css";</style>
<style type="text/css" media="screen">@import "<?php echo $base;?>/jqtouch-src/themes/<?php echo $this->params->get('theme', 'apple'); ?>/theme.min.css";</style>
<style type="text/css" media="screen">@import "<?php echo $base;?>/css/mj_iphone.css";</style>
<?php if(@filesize(JPATH_SITE.DS.'templates'.DS.$this->template.DS.'css'.DS.'custom.css')): ?>
<style type="text/css" media="screen">@import "<?php echo $base;?>/css/custom.css";</style>
<?php endif; ?>
</head>
<body>
  • Page:
  • 1
Time to create page: 0.06 seconds

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.