Disable screen zoom on mobile

@mattmazzega try out this code (add it on Advanced settings> Script/meta tags in header)

<meta name="viewport" content="width=device-width, user-scalable=no"/>

And tell me if worked.

Regards.

21 Likes