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

Tab Bar is not working with swipeable_page_route #12

Closed
Alfaizkhan opened this issue Apr 28, 2021 · 1 comment · Fixed by #18
Closed

Tab Bar is not working with swipeable_page_route #12

Alfaizkhan opened this issue Apr 28, 2021 · 1 comment · Fixed by #18
Labels
T: Fix Type: :bug: Bug Fixes

Comments

@Alfaizkhan
Copy link

No description provided.

@Alfaizkhan Alfaizkhan added the T: Fix Type: :bug: Bug Fixes label Apr 28, 2021
@JonasWanke
Copy link
Owner

This looks like a duplicate of #6 if you want to achieve horizontal scrolling inside the page:

Unfortunately, I haven't found a way to allow horizontal scrolls between tabs in the content area, but to swipe back when the user is on the left-most tab. Hence, there's an extra parameter in the SwipeablePageRoute constructor: setting onlySwipeFromEdge to true allows the user to swipe back (if they start the swipe near the left edge of the screen) or swipe between tabs (by starting their swipes further to the right). […] – #6 (comment)

If that doesn't solve your issue, could you please post a small code sample demonstrating the problem?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
T: Fix Type: :bug: Bug Fixes
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants