- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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????
- Tags:
- HTML5
- Intel® XDK
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
HOW SHRINKED NAV BAR BE FOR XS SM BOOTSTRAP... I OTHER WORDS 768PX APPEAR SAME AS 600PX...?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
@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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
problem fixed applied div inline-block vs block - display rule
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
go to bootstrap.css and try changing all (
max-width
:768
px
) to 600 and test it, it may or may not work.

- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page