WebSite X5Help Center

7 ANSWERS - 1 CORRECT
John S.
John S.
User

Hello Sony

I know I am not KolAsim wink, but I have a suggestion.

In 1 Statistics SEO and code / advanced settings / expert tab

You could insert :  <meta name="viewport" content="initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0,target-densitydpi=device-dpi, user-scalable=no" />

This will prevent a "normal" user to zoom with the browser.

Read more
Posted on the from John S.
John S.
John S.
User

Sorry - not a good code.

Hope KolAsim has something better.

Ciao

Read more
Posted on the from John S.
Sony Iglesias
Sony Iglesias
User
Author

ese codigo no trabaja correctamente

gracias

Read more
Posted on the from Sony Iglesias
 ‪ KolAsim ‪ ‪
 ‪ KolAsim ‪ ‪
Moderator
Best User of the month PT

(It > Es)

Hola, ... solo para dispositivos "móviles";

-----------------------
1) - prueba con esta cadena de código (*):

<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=0"/>

-----------------------------------

2) - o pruebe con esta otra cadena de código (*):

<style> body {  touch-action: pan-y; touch-action: pan-x; }</style>

----------------------------------------------


3) - o pruebe el conjunto de dos cadenas de código (*):

<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=0"/>
<style> body { touch-action: pan-y; touch-action: pan-x; }</style>

---------------------------

(*) >> Paso 1 - Ajustes > Sección Avanzadas > Estadísticas, SEO y Código > Las opciones de la sección CódigoCódigo personalizado: -> Antes del cierre de la etiqueta HEAD,

.

ciao

Read more
Posted on the from  ‪ KolAsim ‪ ‪
Sony Iglesias
Sony Iglesias
User
Author

me trabajo el primer codigo pero solo en google crome porque en el navegador safari no trabaja

el segundo codigo no me funciono este me deja la web en blanco

Read more
Posted on the from Sony Iglesias
 ‪ KolAsim ‪ ‪
 ‪ KolAsim ‪ ‪
Moderator
Best User of the month PT

... lo siento ... safari y i(!!!) son un mundo aparte al que no asisto ...
.

Read more
Posted on the from  ‪ KolAsim ‪ ‪
Sony Iglesias
Sony Iglesias
User
Author

igual tu codigo trabaja bien en google crome

no problem tks 

Read more
Posted on the from Sony Iglesias