I design my site ( danielrojas.net ) using Bootstrap and created a separate layout for the XS viewports. It works great when I resize my browser on the desktop (Chrome), and when I try it on Replinator.com or similar.
However, on my real Android phone and tablet (both using Chrome and using the built-in browser) the standard version is displayed, no matter what. I included the META tag in the form of magic:
<meta name="viewport" content="width=device-width, initial-scale=1">
To no avail. I am using customized CSS Bootstrap, but even loading the official one, the same error remains.
Other sites (like getbootstrap.com) work fine on both devices. What am I missing?
Thanks in advance!
mobile responsive-design twitter-bootstrap-3
formatc1702
source share