-
-
Notifications
You must be signed in to change notification settings - Fork 78.9k
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
Problem displaying all navbar links when viewed on phone #10601
Comments
What device and web browser are you using? |
I'm using Firefox on HTC V phone. |
What version of Firefox? What version of Android? |
Sorry, I'm running FF 23.0 and Android 4.0.3. |
How far can you scroll? Could you post a screenshot? |
Can you scroll to view it? |
same problem on blackberry 9900 |
@ipatovanton Disclaimer: we don't officially support that platform. |
That's as far as I can scroll so I can't access the submit button when viewed in landscape. |
This is also evident on an iPhone 4 using Google Chrome 29.0.1547.11 and Safari (on iOS 6.1.3) |
in version 3.0.0-rc2, there was a class named "navbar-collapse-scrollable" or "nav-collapse-scrollable" that allowed you to make the collapsed navbar scrollable. I believe this commit #9403 removed that class and documentation |
Have the same problem on android 4.0.4 default browser. |
This should be better now, but not fully fixed. I switched to using For those running into problems with the horizontal mode, the only way to really fix this is to change the Perhaps @fat can revisit the JS in 3.0.2 to detect viewport dimensions and size accordingly, but that sounds bad as well. |
If only the Android Browser supported the |
Using "overflow-y: auto" make another bug on my Laptop with Google Chrome 30.0 Bug reproduction:
I have not a phone now for testing but I think this code may fix the problem for both phone and desktop browsers:
Anybody help me test this? |
Closing this out since I don't see any additional fix for this in the near future. Anything we do will likely have to come with v4 when we can break backward compatibility. |
…stead of visible to better enable scrolling on Android 4.x
…stead of visible to better enable scrolling on Android 4.x
I have a navbar with 8 links. I've noticed that when I activate the navbar on a phone and view it in landscape, it doesn't scroll all the way down to display the last link.
A live example of this can be shown on the 'Jumbotron' example template. When I drop down the menu I can't view the whole login form.
The text was updated successfully, but these errors were encountered: