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

iOS Safari doesn't redraw the table header when going from static>fixed until the end of the scrolling event #141

Open
mrbets opened this issue Feb 26, 2018 · 0 comments

Comments

@mrbets
Copy link

mrbets commented Feb 26, 2018

I don't know if this happens in other browsers on iOS devices, but apparently iOS devices have some restriction on the DOM redrawing during scrolling. This causes the table header to disappear when scrolling down and changing to fixed position, and it only reappears and displays correctly when the user lifts their thumb and lets the scroll event finish.

There are supposedly workarounds using CSS animations, or transform effects which are supposed to force a redraw, but I had no luck with them.

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

1 participant