aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Rebert <[email protected]>2013-12-29 20:45:36 -0800
committerChris Rebert <[email protected]>2013-12-29 20:45:36 -0800
commit0e412dc1a3d1d806582fa554440b58f8766f749f (patch)
treedf527fe3913a3576a8897fec4c1daf9768ef70f8
parent7f20eff44def53a3c1e545a17c60f614f885e921 (diff)
downloadbootstrap-0e412dc1a3d1d806582fa554440b58f8766f749f.tar.xz
bootstrap-0e412dc1a3d1d806582fa554440b58f8766f749f.zip
fix capitalization of iOS
-rw-r--r--getting-started.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/getting-started.html b/getting-started.html
index b15b120d9..fd1863433 100644
--- a/getting-started.html
+++ b/getting-started.html
@@ -874,7 +874,7 @@ if (navigator.userAgent.match(/IEMobile\/10\.0/)) {
<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>
+ <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>