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

Fix touchable heights causing tall sliders #457

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

elliottkember
Copy link
Contributor

@elliottkember elliottkember commented Nov 7, 2024

Setting thumbTouchSize causes the slider's touchable areas to way overstep their bounds becuase of a logic error in the math.

In these examples, the thumbTouchSize is set to 52 – roughly the same size as the track should be. On the latest version of the library, this causes the slider to have a height much greater than it should.

Before:

image

After:

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

Successfully merging this pull request may close these issues.

1 participant