aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2013-08-17 14:15:43 -0700
committerMark Otto <[email protected]>2013-08-17 14:15:43 -0700
commit1b814ddd0a5768ff8ee85bef28f026e06fbace93 (patch)
treea7894cd524a5a03c7a66c46c548b6547f2505782
parent6ca32589b59434574a9e9ed6cb12718b0234754e (diff)
parent728a5e17d667422cdad791e06375e8e9a0f80cc1 (diff)
downloadbootstrap-1b814ddd0a5768ff8ee85bef28f026e06fbace93.tar.xz
bootstrap-1b814ddd0a5768ff8ee85bef28f026e06fbace93.zip
Merge branch '3.0.0-wip' of github.com:twbs/bootstrap into 3.0.0-wip
-rw-r--r--getting-started.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/getting-started.html b/getting-started.html
index d19055052..ea5f96e61 100644
--- a/getting-started.html
+++ b/getting-started.html
@@ -365,6 +365,7 @@ if (navigator.userAgent.match(/IEMobile\/10\.0/)) {
<h3>Modals and mobile devices</h3>
<p>Support for <code>overflow: hidden</code> on the <code>&lt;body&gt;</code> 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 <code>&lt;body&gt;</code> content will begin to scroll.</p>
+ <p>Also, note that if you're using inputs in your modal – iOS has a rendering bug which doesn't update the position of fixed elements when the virtual keyboard is triggered. There are a few work arounds for this including transforming your elements to position absolute or invoking a timer on focus to try to correct the positioning manually. This is not handled by Bootstrap, so it is up to you to decide which solution is best for your application.</p>
<h3>Browser zooming</h3>
<p>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.</p>