You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi there,
I wondering if you could help with some ipad issues.
the dropdown menu items are not working on ipad.
It works fine on desktop and iphone but for some reason you can't even select the dropdown menu's when on ipad.
Following the Twitter Bootstrap documentation, 2.2.2 addressed this bug. I don't know where you're calling the dropdown code---bootstrap(.min).js, vs. bootstrap-dropdown.js----but either way, find your dropdown code and replace it with the code from 2.2.2 (or the code from an earlier 2.x version than you're using) and it will work fine. (Tested.)
As for width (landscape): all iPads are 1024px wide in landscape mode (since there's no chrome on the left or right in Mobile Safari, or Chrome for iOS, or whatever else); that's the exact "CSS pixel width" even on Retina iPads, as far as I know.
Hi there,
I wondering if you could help with some ipad issues.
the dropdown menu items are not working on ipad.
It works fine on desktop and iphone but for some reason you can't even select the dropdown menu's when on ipad.
here's the website www.ghair.com.au
also I'm having trouble targeting media queries for ipad (landscape), can you tell me which width I should be targeting in my css?
thanks
The text was updated successfully, but these errors were encountered: