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

ViewConfiguration.touchSlop value is quite low on iOS #3397

Closed
chrisbanes opened this issue Jul 23, 2023 · 1 comment · Fixed by JetBrains/compose-multiplatform-core#700
Closed
Labels
bug Something isn't working submitted

Comments

@chrisbanes
Copy link

ViewConfiguration.touchSlop is currently set to 3.dp here, which is quite low for anything which uses a combination of click listeners, vertical scrolling and horizontal scrolling (lots of clicks when the starting to drag, and other false-positive gestures).

I've increased the touch slop locally in my app to 8.dp (the same value as what Android uses) and it works much better for my use case.

@elijah-semyonov
Copy link
Contributor

elijah-semyonov commented Jul 24, 2023

Fixed. Wait for release after PR merge.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working submitted
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants