Tagged: 

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #233433

    So, I see that another person has had the same problem as me.

    I disable responsiveness. the site reacts properly on my computer (no longer responsive), but I cannot use pinch zoom on my android optimus g on any browser (and I can pinch zoom other sites so its not the phone).

    I have also disabled responsiveness in the layerslider, and that does not seem to do it either.

    Thankyou guys for your excellent and fast support. I will be using this theme again!

    #233618

    Hi michaelagaudio!

    Please edit header.php, find this code on line 45:

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

    Replace it with:

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

    Remove browser cache then reload the page.

    Regards,
    Ismael

    #383977

    Just an FYI for others…

    I tried this fix and it initially did not work. I had to remove the part “maximum-scale=1”. Once I did this all was well and resizing worked on my android phone.

    Regards,

    Dave

    #383984

    Hi!


    @dnosker
    Thanks for the update! Please feel free to start a new topic if you have any questions or issues – https://kriesi.at/support/forum/enfold/#new-topic-0

    Best regards,
    Yigit

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘pinch zoom (I know I know)’ is closed to new replies.