AccessibilitySnapshot icon indicating copy to clipboard operation
AccessibilitySnapshot copied to clipboard

Tab bar descriptions are incorrect on iOS 14 and later

Open NickEntin opened this issue 4 years ago • 3 comments

From testing on iOS 14.0.1, the actual description around tab bars differs slightly from what shows up in tests:

  • The first item in the tab bar is prepended with "Tab Bar".
  • In the case of fake tab bars (i.e. not using UITabBarController), some of the element descriptions no longer indicate the position in the tab bar (i.e. "x of y").

NickEntin avatar Oct 01 '20 21:10 NickEntin

The first item in the tab bar is prepended with "Tab Bar".

This is still true on iOS 16

In the case of fake tab bars (i.e. not using UITabBarController), some of the element descriptions no longer indicate the position in the tab bar (i.e. "x of y").

From what I can tell this was corrected by iOS 16

NickEntin avatar Oct 03 '23 06:10 NickEntin

Starting in iOS 17, it looks like in some cases it will read the badge as part of the description.

NickEntin avatar Jan 24 '24 09:01 NickEntin

The first item in the tab bar is prepended with "Tab Bar".

This is still true on iOS 17 as well.

NickEntin avatar Jan 24 '24 09:01 NickEntin