Hello there,
As everybody knows, we’re using our 2 finger to zoom in/out on mobile devices.
We’re able to zoom in/out on portfolio items with iOS but not with Android. We experienced this issue on fixx.me website’s portfolios.
Is this a known issue?
Thanks,
Orhan
Hey erkuto,
Please make sure that you have the following in the header.php file:
<meta name=”viewport” content=”width=device-width, initial-scale=1, maximum-scale=2.0, minimum-scale=.1, user-scalable=yes”/>
This should enable pinch zoom.
Best regards,
Jordan Shannon
Hello Jordan,
I found what you pointed on header php and it was <meta name=”viewport” content=”width=device-width, initial-scale=1, maximum-scale=1″>.
I changed it with one you want and the issue has been resolved!
Also, I’m using child theme, how can we be sure it won’t be gone after theme update?
Thanks,
Orhan
Hi,
I am glad that it worked out for you! If the header.php file is added to the child theme directory then it won’t we overwritten.
Best regards,
Jordan Shannon