I've used Twitter Bootstrap framework to build my newest site. I used boostrap.responsive.css
to make it work on mobile devices. But it doesn't. It seems like it doesn't see the CSS at all. When I ran it on my Android phone, it was displaying my site just like my PC. But when I resize my browser window on PC, it works great. What can be the problem? I haven't messed with bootstrap's css.
When I ran alert($(window).width());
, it returned 980.