- Marcar como novo
- Marcador
- Subscrever
- Silenciar
- Subscrever fonte RSS
- Destacar
- Imprimir
- Denunciar conteúdo inapropriado
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????
- Marcas:
- HTML5
- Intel® XDK
Link copiado
- Marcar como novo
- Marcador
- Subscrever
- Silenciar
- Subscrever fonte RSS
- Destacar
- Imprimir
- Denunciar conteúdo inapropriado
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.
- Marcar como novo
- Marcador
- Subscrever
- Silenciar
- Subscrever fonte RSS
- Destacar
- Imprimir
- Denunciar conteúdo inapropriado
HOW SHRINKED NAV BAR BE FOR XS SM BOOTSTRAP... I OTHER WORDS 768PX APPEAR SAME AS 600PX...?
- Marcar como novo
- Marcador
- Subscrever
- Silenciar
- Subscrever fonte RSS
- Destacar
- Imprimir
- Denunciar conteúdo inapropriado
- Marcar como novo
- Marcador
- Subscrever
- Silenciar
- Subscrever fonte RSS
- Destacar
- Imprimir
- Denunciar conteúdo inapropriado
@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
- Marcar como novo
- Marcador
- Subscrever
- Silenciar
- Subscrever fonte RSS
- Destacar
- Imprimir
- Denunciar conteúdo inapropriado
problem fixed applied div inline-block vs block - display rule
- Marcar como novo
- Marcador
- Subscrever
- Silenciar
- Subscrever fonte RSS
- Destacar
- Imprimir
- Denunciar conteúdo inapropriado
go to bootstrap.css and try changing all (
max-width
:768
px
) to 600 and test it, it may or may not work.

- Subscrever fonte RSS
- Marcar tópico como novo
- Marcar tópico como lido
- Flutuar este Tópico para o utilizador atual
- Marcador
- Subscrever
- Página amigável para impressora