Tagged: zoom
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!
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
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
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