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 response to scrolling gesture on Android 2.* #16

Open
tom-adsfund opened this issue Feb 20, 2013 · 3 comments
Open

No response to scrolling gesture on Android 2.* #16

tom-adsfund opened this issue Feb 20, 2013 · 3 comments

Comments

@tom-adsfund
Copy link

No description provided.

@othersmallcities
Copy link

To enlighten the previous comment a bit: The issue is that Android's default browser (at least until 2.3.6, I have not tested with newer versions) default overflow:auto to overflow:hidden, resulting in not scrollable content.

Since I guess that most devs with Android phones will use either FF or Chrome this issue will not come up easily, but it is there, making this solution sadly rather useless as it is right now. (My guess is that scrolling would have to be enabled with js or not using overflow: auto, not sure though what might work).

I sadly have no solution to offer. Responsive Data Tables are really hard to do.

Cheers!

@smileyj68
Copy link
Contributor

@taotsu Amen, responsive data tables are....tough. Unfortunately until we decide if we'll pull this into Foundation we don't have any resources to do something like a JS scrolling fix for Android 2.x. If someone else has the time and throws a pull request, we'll be on that like white on rice.

@othersmallcities
Copy link

I have been trying very hard to find a solution that would work without scrolling issues and which can function without javascript. I have found none. At least none that work for complex data.

My hope for the future is with flexbox and overflow, but since Android 2 is the new IE 6, that will be a far of future...

Thanx for the great work!

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

No branches or pull requests

3 participants