Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

issue on ipad devices CAN SOMEONE ANSWER PLEASE #123

Open
topaz79 opened this issue May 4, 2013 · 1 comment
Open

issue on ipad devices CAN SOMEONE ANSWER PLEASE #123

topaz79 opened this issue May 4, 2013 · 1 comment

Comments

@topaz79
Copy link

topaz79 commented May 4, 2013

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

@jeffmcmahan
Copy link

Hi Topaz,

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

2.2.2 is here.

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants