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

Thead cutting off on mobile phone #217

Closed
bettercalljason opened this issue Jun 18, 2015 · 4 comments
Closed

Thead cutting off on mobile phone #217

bettercalljason opened this issue Jun 18, 2015 · 4 comments
Labels

Comments

@bettercalljason
Copy link

Hello,

I have a responsive Bootstrap table. It has horizontal scrolling. floatThead does it's job perfectly on the desktop. When I resize my browser window to a smaller size and use the horizontal scrollbar, I don't get any problems. However, when i view the table on a mobile phone, the thead get's cut off and only displays the th's which are visible when the table is loaded.

image
Desktop view

image
Desktop view with smaller screen, scrolled to the right

image
Mobile view

image
Mobile view, scrolled to the right

Thanks 👍

@mkoryak
Copy link
Owner

mkoryak commented Jun 18, 2015

mobile safari is mostly not supported. I suggest checking user agent and turning off this plugin for safari.

@mkoryak
Copy link
Owner

mkoryak commented Jun 19, 2015

this plugin is pretty cpu intensive. it doesn't work that great on phones and I don't believe that it should be used on such small screens anyway. Furthermore, debugging (mobile) safari is a pain in the ass. Pull requests are welcome :)

@mkoryak
Copy link
Owner

mkoryak commented Jun 19, 2015

here is the issue in safari that exhibited same behavior - #108

I fixed it a few versions ago. so make sure you are using the latest. this was not a mobile safari bug though, so it perhaps is not fixed there. You cant pay me to debug mobile phones :P

@lock
Copy link

lock bot commented Dec 10, 2019

This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

@lock lock bot locked as resolved and limited conversation to collaborators Dec 10, 2019
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

2 participants