-
Notifications
You must be signed in to change notification settings - Fork 717
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
How to implement scroll physics and to disable indexChange in STACK layout? #10
Comments
I get it, it's a list of cards in vertical direction, when you swipe up, the cards has the same top alignment, if it reached the top of the screen. we'll find way to implement that |
Is there a way not to allow swiping in a specific direction during run time? Regards, |
@jzoom Hey, is there any update on this? |
@jzoom Hey, is there any update on this? Feb 2019 now, still waiting. |
I have the same question, @Lavan01 did you fund a solution? |
Is there any update on this? @Lavan01 , @NoobBaez did you guys found any soloution? |
@NoobBaez @sc-bl Sorry to come back to this late. |
Hi @Lavan01 |
Swiper param - physics: new BouncingScrollPhysics doesn't seem to work when the looping is disabled.
How to implement a feature to disable swiping in a specific direction and if swiped in that direction I want the scroll physics animation to be shown.
Regards,
Lavan
The text was updated successfully, but these errors were encountered: