Software Archive
Read-only legacy content
17061 Discussions

ipad vs nexus 7 dim what is bigger

Leonidas_S_
New Contributor I
630 Views

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 Replies
Rakshith_K_Intel
Employee
630 Views

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.

0 Kudos
Leonidas_S_
New Contributor I
630 Views

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

0 Kudos
Leonidas_S_
New Contributor I
630 Views
@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

0 Kudos
Leonidas_S_
New Contributor I
630 Views

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

0 Kudos
Rakshith_K_Intel
Employee
630 Views

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

0 Kudos
Reply