You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The bottom sheet does not seem accessible on iOS with VoiceOver enabled. On Android I am able to swipe it when TalkBack is enabled, but on iOS I can't manage to do it.
The focus can also go outside the screen, while for example ScrollViews and ListViews scroll automatically to keep the focus always inside the screen. To be precise, most of the times I have a nested ListView inside the bottom sheet.
Is it possibile to enable or implement these accessibility features?
The text was updated successfully, but these errors were encountered:
The bottom sheet does not seem accessible on iOS with VoiceOver enabled. On Android I am able to swipe it when TalkBack is enabled, but on iOS I can't manage to do it.
The focus can also go outside the screen, while for example ScrollViews and ListViews scroll automatically to keep the focus always inside the screen. To be precise, most of the times I have a nested ListView inside the bottom sheet.
Is it possibile to enable or implement these accessibility features?
The text was updated successfully, but these errors were encountered: