-
Notifications
You must be signed in to change notification settings - Fork 904
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
[slider] iOS: cannot drag handle to change value #5016
[slider] iOS: cannot drag handle to change value #5016
Comments
Here is a fix: https://lit.dev/playground/#gist=8c6324fb869859c7198cb588d05da151 The problem is the I suggest just removing the scale or maybe making it |
I would like to note that the blame on that line has your name all over it >:D |
fixes #5016 PiperOrigin-RevId: 568960672
fixes #5016 PiperOrigin-RevId: 568960672
fixes #5016 PiperOrigin-RevId: 568960672
fixes #5016 PiperOrigin-RevId: 568960672
fixes #5016 PiperOrigin-RevId: 568960672
fixes #5016 PiperOrigin-RevId: 568960672
What is affected?
Component
Description
On iOS, dragging the slider handle does not move the handle or change the value.
Reproduction
Expected: the thumb moves and the value changes.
Actual: the thumb does not move and the value does not change.
Workaround
N/A
Is this a regression?
No or unsure. This never worked, or I haven't tried before.
Affected versions
1.0
Browser/OS/Node environment
Browser: Safari
OS: iOS 17
The text was updated successfully, but these errors were encountered: