Bootstrap plusieurs résolution de toute la présentation inline requête de média CSS pour le responsive design, y compris iphone Android et web asp.net

J'ai fini un site web, il fonctionne dans le navigateur maintenant. J'ai été demandé pour le rendre compatible avec Android, iPhone, iPad, Tablettes et web, etc. Je suis en utilisant bootstrap asp.net.

Maintenant, je vais essayer et je ne pouvais pas trouver la réponse. Je suis en utilisant ces inline requêtes de média

@media screen and (min-width:0px) and (max-width:320px){/*Any css will be defined here*/}
@media screen and (min-width:321px) and (max-width:480px){/*Any css will be defined here*/}
@media screen and (min-width:481px) and (max-width:540px){/*Any css will be defined here*/}
@media screen and (min-width:541px) and (max-width:775px){/*Any css will be defined here*/}
@media screen and  (min-width:768px) and (max-width:783px){/*Any css will be defined here*/}
@media screen and (min-width:776px) and (max-width:1536px){/*Any css will be defined here*/}
@media screen and (min-width:1537px){/*Any css will be defined here*/}

Mais dans certains ipad le CSS n'est pas appliquée. Maintenant, ma question est: quelle est la résolution standard et d'orientation pour les @media qui couvrira tous (Android, iPhone, tablettes, Web, etc) CSS?

InformationsquelleAutor skhurams | 2013-08-24