-
Notifications
You must be signed in to change notification settings - Fork 187
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
Header gets stuck if a tab doesnt have enough content #8
Labels
bug
Something isn't working
Comments
I'm also running into this and I'm curious how to solve it. Since the user can see part of other tabs while swiping, I'm not sure how to visually handle this. A potential solution might be to fix the gap up top so the tab content starts aligned to the top. Then once the gesture is released, the header might pop in and the tab content would move down. |
EDITED: fixed in |
PedroBern
added a commit
that referenced
this issue
Dec 2, 2020
This was referenced Dec 2, 2020
This was referenced Dec 4, 2020
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
First of all, thanks for creating this awesome wrapper!
As you can see, when I scroll down the A tab and switch to B, the header gets stuck and there is empty space between the header and the content. I guess the expected behaviour would be that the header resets to max height when switching to tab B.
The text was updated successfully, but these errors were encountered: