End of Support for Joomla 3 - Forum closed
Pinch To zoom
Hi, is it possible to disable the pinch to zoom?
In the smartphone or tablet i can zoom my site and i want to disable this function.
Many thanks.
In the smartphone or tablet i can zoom my site and i want to disable this function.
Many thanks.
Last Edit:7 years 9 months ago
by Paky50
Attachments:
Last edit: 7 years 9 months ago by Paky50.
Please Log in or Create an account to join the conversation.
- joomlaplates
-
Offline
- Moderator
-
- Posts: 8841
- Thank you received: 1736
You can disable this function, but need to add some code to your file > layouts> theme.php
stackoverflow.com/questions/11689353/dis...h-zoom-on-mobile-web
www.sitepoint.com/community/t/disabling-...obile-devices/250511
stackoverflow.com/questions/11689353/dis...h-zoom-on-mobile-web
www.sitepoint.com/community/t/disabling-...obile-devices/250511
Dokumentation:
www.joomlaplates.de/dokumentation.html
www.joomlaplates.de/dokumentation.html
Last Edit:7 years 9 months ago
by joomlaplates
Last edit: 7 years 9 months ago by joomlaplates.
Please Log in or Create an account to join the conversation.
What code? D you test the link before to past and to copy????
With the code that you suggest i lost the reponsive mode.
The right code is:
to insert in theme.php file
With the code that you suggest i lost the reponsive mode.
The right code is:
Code:
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=0">
to insert in theme.php file
Last Edit:7 years 9 months ago
by Paky50
Last edit: 7 years 9 months ago by Paky50.
Please Log in or Create an account to join the conversation.
- joomlaplates
-
Offline
- Moderator
-
- Posts: 8841
- Thank you received: 1736
The links for you to read it.
I dont know anything about how to disbale the pinch zoom, thats why I have posted the links.
I would try this code:
I dont know anything about how to disbale the pinch zoom, thats why I have posted the links.
I would try this code:
We are committed to help you with any type of support query, however we can't provide extensive help in terms of customizations. In general customizations may look simple but you will require solid knowledge of web technologies and programming skills to do them or hire a professional who can do it for you.<meta name="viewport" content="user-scalable=no"/>
Dokumentation:
www.joomlaplates.de/dokumentation.html
www.joomlaplates.de/dokumentation.html
by joomlaplates
Please Log in or Create an account to join the conversation.
Moderators: joomlaplates