When mobile browsers don’t respect CSS3 media queries

If mobile browsers are not respecting your media queries and showing desktop instead of mobile site, add this meta tag before linking the style sheet.

<meta name="viewport" content="width=device-width">

This entry was posted in Web Development and tagged , , . Bookmark the permalink.

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>