I'm having an issue with VoiceOver (accessibility)...
# multiplatform
h
I'm having an issue with VoiceOver (accessibility) on iOS where a composable presented in a sheet seems to be completely invisible to VoiceOver. Testing on Android TalkBack is announcing the buttons on that screen correctly, so I'd think the semantics tree on the compose side should be OK. I've tried swapping out the view with a native swift ui control and another composable and both work in the sheet so maybe I'm hitting something that isn't implemented (yet) on the Compose Multiplatform side? The composable is a column with vertical scroll and some buttons.