Skip to content

Knobs are stucked when moved softly #32

@michalcickan

Description

@michalcickan

When I move knob very softly, then knob get stucked(remains highlighted) and when aj start draging second knob, it moves both knobs. It's because event endTracking is not called, when move is very soft and is called only event cancelTracking, which is not true. I added this function to RangeSlider view and everything seems to work properly.

override open func cancelTracking(with event: UIEvent?) {
        super.cancelTracking(with: event)
        
        endTracking(nil, with: event)
}

Is there possibility to fix this, please?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions