spacenation / swiftui-sliders

:rocket: SwiftUI Sliders with custom styles
MIT License
793 stars 84 forks source link

Dragging the slider isn't smooth when thumb is small (but interactivethumb size is large) #19

Closed quantamrhino closed 3 years ago

quantamrhino commented 3 years ago

I have a minimal slider with a small thumb size (8x8) but a 36x36 interactive thumbsize. I have the options set to [.interactiveTrack]

I notice that a tap on the track works great, but a drag updates the track value after a second on so, without any smoothness.

quantamrhino commented 3 years ago

Sorry, my bad. i have an overlay that's causing the issue. When I tried with the examples app, it works great.