From d18ba5083785052f37bc9e929fb315b144e88987 Mon Sep 17 00:00:00 2001 From: fat Date: Sun, 29 Dec 2013 19:40:31 -0800 Subject: add note about ios dropdown compat --- getting-started.html | 2 ++ 1 file changed, 2 insertions(+) (limited to 'getting-started.html') diff --git a/getting-started.html b/getting-started.html index 73a2159f2..b15b120d9 100644 --- a/getting-started.html +++ b/getting-started.html @@ -873,6 +873,8 @@ if (navigator.userAgent.match(/IEMobile\/10\.0/)) {

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.

Virtual keyboards

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 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.

+

Navbar Dropdowns

+

The .dropdown-backdrop 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).

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.

-- cgit v1.2.3