-
-
Notifications
You must be signed in to change notification settings - Fork 111
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
no touchable when using CustomLayoutOption #1
Comments
@mamonraab : Hi, Could you please provide a |
@TheAnkurPanchani after double check the problem , it happened when i use the slider inside a screen that is inside the TabBarView() , when i remove it from there it work but i want to keep using the TabBarView coz it is a big part on my app |
@TheAnkurPanchani here is a link for the problem , as mentioned when putting the swiper with my costum layout |
@TheAnkurPanchani also to mention this happen when using customLayoutOption while using default settings work nice |
any update ?? |
I found cause of the problem in already opened issue under flutter repo. Here is the link, If you want swiper takes all the swipe gestures and doesn't want swipes to change tab views then you can use suggestion mentioned in the comment, Here is the link, Try setting child: TabBarView(
physics: const NeverScrollableScrollPhysics(),
children: [ |
hello itry to make my CustomLayoutOption on top of wiper but swiping the slide with touch fingers not working
my code is
` Swiper(itemCount: _sliddata.length,
The text was updated successfully, but these errors were encountered: