Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #195900

    hi, i like to disable the zoom in and zoom out in ipad.

    in demo of enfold theme of themeforest works ok, but in web.sweetmary-cakes.com not. in horizontal mode works oks but in vertical not.

    in http://www.coronatolive.com works zoom in horizontal and vertical mode. i want to disable it.

    the zoom in ipad do a little problem with styles in header.

    thankss.

    xavier.

    #195961

    Hey xpoveda!

    You need to set the Theme to one of the responsive layouts in the Theme Options>General Settings:

    Regards,
    Devin

    #196007

    hi devin, all my sites have enabled responsive layout.

    in horizontal mode ipad runs ok but in vertical mode allow zoom.

    an idea?

    best regards.

    xavier.

    #196751

    You can force remove the ability if you really want to though it isn’t always great user experience to do so. You would edit this in the header.php:

    <?php
    
    if( strpos($responsive, 'responsive') !== false ) echo '<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">';
    
    ?>

    to

    <?php
    
    if( strpos($responsive, 'responsive') !== false ) echo '<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable = no">';
    
    ?>
    #197807

    solution perfect.

    runs ok.

    thsnks for your help Devin

    xavier.

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘no want zoom in or zoom out in ipad’ is closed to new replies.