Software Archive
Read-only legacy content
17061 Discussões

ipad vs nexus 7 dim what is bigger

Leonidas_S_
Novo colaborador I
775 Visualizações

IPAD DIM IS correct... see a bootstrap app... see attache image file

ipad 768px  shows full nav bar meant bigger screen dim

but

nexus 7 800px  shows shrinked nav bar meant smaller screen dim

that is Contradiction...? what is ipad dim???? 

0 Kudos
6 Respostas
Rakshith_K_Intel
Funcionário
775 Visualizações

The actual rendered pixels on nexus7 is 601x962, look at the "CSS pixels" in the emulator information, 800x1280 is the screen's width x height. So its doing the right thing based on bootstrap's responsive design.

Leonidas_S_
Novo colaborador I
775 Visualizações

HOW SHRINKED NAV BAR BE FOR XS SM BOOTSTRAP... I OTHER WORDS 768PX APPEAR SAME AS 600PX...?

Leonidas_S_
Novo colaborador I
775 Visualizações
Leonidas_S_
Novo colaborador I
775 Visualizações
@media screen and (max-width:600px)
{

    #hpButtonsSpanClear {
        clear:both;
    }
    
    
}

how apply this rule in css pixels?... since applied in screen/viewport pixels and not in css pixels... Lenovo K900 emulator XDK

Leonidas_S_
Novo colaborador I
775 Visualizações

problem fixed applied div inline-block vs block - display rule

Rakshith_K_Intel
Funcionário
775 Visualizações

go to bootstrap.css and try changing all (max-width:768px) to 600 and test it, it may or may not work. 

Responder