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

Touch slider #434

Open
ibrahimkelly opened this issue Feb 2, 2024 · 4 comments
Open

Touch slider #434

ibrahimkelly opened this issue Feb 2, 2024 · 4 comments

Comments

@ibrahimkelly
Copy link

How to disable touch (finger) sliding.

I'm about to slide them only through the controller.

@orlandolee0223
Copy link

How to disable touch (finger) sliding.

I'm about to slide them only through the controller.

options: CarouselOptions(
scrollPhysics:
const NeverScrollableScrollPhysics(), // 禁止滑动
),

@ibrahimkelly
Copy link
Author

How to disable touch (finger) sliding.
I'm about to slide them only through the controller.

options: CarouselOptions( scrollPhysics: const NeverScrollableScrollPhysics(), // 禁止滑动 ),

Thanks !

@kishan-dhankecha
Copy link

Hi, @ibrahimkelly

You can now use disableGesture property to achieve your desired action. You can do that via my fork.

@ibrahimkelly
Copy link
Author

Hi, @ibrahimkelly

You can now use disableGesture property to achieve your desired action. You can do that via my fork.

Does the page index is simple to use without manuel implementation
image

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

3 participants