aboutsummaryrefslogtreecommitdiff
path: root/docs/getting-started.html
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2013-12-31 10:38:31 -0800
committerMark Otto <[email protected]>2013-12-31 10:38:31 -0800
commit0df96d8c320d664336707e1f6f9e5b254a6edb23 (patch)
treede6a4deaae57f7b95d1b94f6bb2cc6921439952f /docs/getting-started.html
parent70b8b330f04960091a99c159f7346ac99d22f31f (diff)
parenta1b545807327134401eaed28d6f6259eb0d5a7eb (diff)
downloadbootstrap-0df96d8c320d664336707e1f6f9e5b254a6edb23.tar.xz
bootstrap-0df96d8c320d664336707e1f6f9e5b254a6edb23.zip
Merge branch 'master' into docs_dir
Diffstat (limited to 'docs/getting-started.html')
-rw-r--r--docs/getting-started.html2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/getting-started.html b/docs/getting-started.html
index 7eac18db1..4a4ab1211 100644
--- a/docs/getting-started.html
+++ b/docs/getting-started.html
@@ -872,6 +872,8 @@ if (navigator.userAgent.match(/IEMobile\/10\.0/)) {
<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>
<h4>Virtual keyboards</h4>
<p>Also, note that if you're using inputs in your modal or navbar, iOS has a rendering bug that doesn't update the position of fixed elements when the virtual keyboard is triggered. A few workarounds for this include 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>
+ <h4>Navbar Dropdowns</h4>
+ <p>The <code>.dropdown-backdrop</code> element isn't used on iOS in the nav because of the complexity of z-indexing. Thus, to close dropdowns in navbars, you must directly click the dropdown element (or any other element which will fire a click event in iOS).</p>
<h3 id="support-browser-zoom">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>