Prevenir el ajusto de texto en rotar

Cuando rotamos un iPhone, iTouch, Ipad, Android, blackberry etc… El navegador web del movil, detecta la rotación del dispositivo y ajusta automaticamente el texto, aumentando su tamaño o reduciendolo.
Para prevenir ese efecto podemos usar una regla css para el motor webkit -webkit-text-size-adjust:none;

Regla css

body {
	-webkit-text-size-adjust:none;
}
Tagged with: , , ,
Posted in Code Snippets, IOS Web Snippets

Leave a Reply

Your email address will not be published. Required fields are marked *

*

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong> <pre lang="" line="" escaped="" highlight="">