From 083b7c0981656ff1c660482653645bb9e4f71543 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Wed, 14 Aug 2013 22:52:07 -0700 Subject: [PATCH] fixes #9563: add callout about browser zooming to browser support section --- getting-started.html | 3 +++ 1 file changed, 3 insertions(+) diff --git a/getting-started.html b/getting-started.html index 4d26a7828c..d0d6a2f286 100644 --- a/getting-started.html +++ b/getting-started.html @@ -188,6 +188,9 @@ if (navigator.userAgent.match(/IEMobile\/10\.0/)) {

Modals and mobile devices

Support for overflow: hidden on the <body> element is quite limited in iOS and Android. To that end, when you scroll past the top or bottom of a modal in either of those devices' browsers, the <body> content will begin to scroll.

+ +

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.