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
While testing the Wonderous app on a physical Pixel 8 Pro device running Android 15, we encountered an accessibility issue when using the TalkBack feature. In the "Browse Artifacts" section, there is a horizontal slider at the bottom of the screen that allows users to navigate between different years to view corresponding artifacts. However, TalkBack is not recognizing this slider properly; it announces it as "Unlabel" instead of providing meaningful context to the user likely due to the Semantics widget not being properly configured around the slider.
While testing the Wonderous app on a physical Pixel 8 Pro device running Android 15, we encountered an accessibility issue when using the TalkBack feature. In the "Browse Artifacts" section, there is a horizontal slider at the bottom of the screen that allows users to navigate between different years to view corresponding artifacts. However, TalkBack is not recognizing this slider properly; it announces it as "Unlabel" instead of providing meaningful context to the user likely due to the Semantics widget not being properly configured around the slider.
Steps to Reproduce:
Clone the Wonderous app GitHub - gskinnerTeam/flutter-wonderous-app: A showcase app for the Flutter SDK. Wonderous will educate and entertain as you uncover information about some of the most famous structures in the world.
Run it on a device (We tested with a Pixel 8 Pro)
Enable TalkBack for accessibility.
Navigate to the "Browse Artifacts" section.
Attempt to interact with the year navigation slider at the bottom of the screen.
Expected Result: TalkBack should announce a descriptive label for the slider, helping the user understand its function and how to interact with it.
Actual Result: TalkBack announces "Unlabel" for the slider, providing no useful information to the user.
Video Evidence:
IMG_0583.2.MOV
This happens on Flutter Master and Flutter Stable
Doctor output
The text was updated successfully, but these errors were encountered: