aboutsummaryrefslogtreecommitdiff
path: root/getting-started.html
diff options
context:
space:
mode:
authorChris Rebert <[email protected]>2013-08-17 17:38:53 -0700
committerChris Rebert <[email protected]>2013-08-17 17:38:53 -0700
commit50b9c7339a25265f42130907ca33684e74126a2a (patch)
treecfee325cea89e2bff8979755cad2ccda08efc218 /getting-started.html
parente29c23afab2577e05cfaa41f64a20f1ca87222fc (diff)
downloadbootstrap-50b9c7339a25265f42130907ca33684e74126a2a.tar.xz
bootstrap-50b9c7339a25265f42130907ca33684e74126a2a.zip
comma & <code> in "Modals and mobile devices" docs
Diffstat (limited to 'getting-started.html')
-rw-r--r--getting-started.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/getting-started.html b/getting-started.html
index 5da537393..6c3912e98 100644
--- a/getting-started.html
+++ b/getting-started.html
@@ -375,7 +375,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>
+ <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 <code>position: absolute</code> 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>