diff --git a/docs/_includes/nav-getting-started.html b/docs/_includes/nav-getting-started.html index 0ec76e7491..54e24839d6 100644 --- a/docs/_includes/nav-getting-started.html +++ b/docs/_includes/nav-getting-started.html @@ -41,6 +41,7 @@
  • Safari percent rounding
  • Modals, navbars, and virtual keyboards
  • Browser zooming
  • +
  • Printer viewports
  • Android stock browser
  • diff --git a/docs/getting-started.html b/docs/getting-started.html index 1936433c92..82a6a7ade2 100644 --- a/docs/getting-started.html +++ b/docs/getting-started.html @@ -528,6 +528,14 @@ if (navigator.userAgent.match(/IEMobile\/10\.0/)) {

    Browser zooming

    Page zooming inevitably presents rendering artifacts in some components, both in Bootstrap and the rest of the web. Depending on the issue, we may be able to fix it (search first and then open an issue if need be). However, we tend to ignore these as they often have no direct solution other than hacky workarounds.

    +

    Printer viewports

    +

    Even in some modern browsers, printing can be quirky. In particular, as of Chrome v32 and regardless of margin settings, Chrome uses a viewport width significantly narrower than the physical paper size when resolving media queries while printing a webpage. This can result in Bootstrap's extra-small grid being unexpectedly activated when printing. See #12078 for some details. Suggested workarounds:

    + +

    Android stock browser

    Out of the box, Android 4.1 (and even some newer releases apparently) ship with the Browser app as the default web browser of choice (as opposed to Chrome). Unfortunately, the Browser app has lots of bugs and inconsistencies with CSS in general.

    Select menus