no-comment / SlideButton

SwiftUI package that provides a customizable slide button that can be swiped to unlock or perform an action
MIT License
24 stars 6 forks source link

use default accessiblityaction #3

Closed dabear closed 10 months ago

dabear commented 10 months ago

Adds a default accessiblityaction. Tested using voiceover on physical device.

dabear commented 10 months ago

cc @mikakruschel @cameronshemilt

mikakruschel commented 10 months ago

Hey @dabear, I think an accessibilityRepresentation with just a normal button works better here (is there any reason you used the accessibilityAction instead?). I have added such a representation and just pushed that to main. Thank you nonetheless