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

No scrollbar on table-responsive with Android Firefox and default Android browsers #12877

Closed
ncmsalzburg opened this issue Feb 28, 2014 · 5 comments
Labels

Comments

@ncmsalzburg
Copy link

Hello,

We have a responsive bootsrap table which gets the scrollbar on narrow descktop screens:

rt-ch-desktop

and even in Firefox:

rt-ff-desktop

On mobile it works smoothly with iPhone and Android Chrome:

rt-ch-android

But there' no vertical scrollbar in Android Firefox or default Webkit (we have a Samsung Galaxy S2) browsers:

rt-ff-android

rt-wk-android

Is this a browser behavior issue or could be solved by CSS?

@cvrebert
Copy link
Collaborator

We don't officially support the non-Chrome Android WebKit Browser.
What version of Android Firefox are you using?

@cvrebert cvrebert added the css label Feb 28, 2014
@carasmo
Copy link

carasmo commented Mar 1, 2014

I can scroll a responsive table on Android Browser 4.2 but scrollbars do not show up.

This is apparently a problem with the lousy implementation of css of the BROWSER, not Bootstrap. When I google for answers, lots of stuff comes up but with no solution that I could find.

@paha77
Copy link

paha77 commented Mar 3, 2014

@cvrebert: the latest one which is version 27 right now.
@carasmo: yes the scrolling works but how should the visitor know if the table is scrollable? :(

@cvrebert
Copy link
Collaborator

cvrebert commented Mar 3, 2014

Auto-hiding scrollbars are the norm on Android, so it's debatable whether this is actually a bug.

@paha77
Copy link

paha77 commented Mar 3, 2014

In this case it's not a bug. I have to check a way to detect if the responsive table has non-visible columns and display scrolling items or whatever. Thank you for your time, you can close the issue.

@mdo mdo closed this as completed Mar 3, 2014
@twbs twbs locked and limited conversation to collaborators Sep 11, 2014
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

5 participants