Orange-OpenSource / ods-ios

A SwiftUI components library with code examples for Orange Design System
https://orange-opensource.github.io/ods-ios/
MIT License
26 stars 6 forks source link

[A11Y] There's no alternative to the slider gesture #734

Open pya35 opened 6 months ago

pya35 commented 6 months ago

Slider gesture should have an alternative with -/+ button

image

ludovic35 commented 3 months ago

After review with @Tayebsed93 , we found a technical issue: As the component propose an API for its initialization without providing step increment, it is not to possible to define properly the actions of the + and - button. Indeed, those actions should compute the new value incresing or decreasing the current value with the step....

As it is the current behaviour of the native component, what we can propose ? @B3nz01d , @mccart77 , @pya35