I used Customised twitter bootstrap framework for theming a Drupal site. It gave me two files
bootstrap.css
bootstrap.min.css.
When I uploaded the simple theme (Not Drupal) it was showing responsive behavior in tablets . I converted the same theme to Drupal, the drupal site shows responsive behavior when I resize the browser in my computer. But when I visit the site in a tablet, it comes as a normal website, not a responsive one.
This is the hierarchy of css files in theme.info.
stylesheets[all][] = css/bootstrap.css
stylesheets[all][] = css/bootstrap.min.css
stylesheets[all][] = css/custom.css
Where am I going wrong? Thank you in advance.