Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enabled the TabBar of the iOS theme for screen readers (a11y) #866

Merged
merged 3 commits into from
Nov 19, 2019

Conversation

fkloes
Copy link
Collaborator

@fkloes fkloes commented Nov 14, 2019

Description

This ticket is about to enable the TabBar of the iOS 11 theme for navigation with screen readers.

Type of change

  • Bug Fix 🐛 (non-breaking change which fixes an issue)
  • Enhancement 🚀 (non-breaking change which adds functionality)
  • Breaking Change 💥 (fix or feature that would cause existing functionality to not work as expected)
  • Polish 💅 (Just some cleanups)
  • Internal 🏠 Only relates to internal processes.

@fkloes fkloes self-assigned this Nov 18, 2019
@fkloes fkloes added the enhancement New feature or request label Nov 18, 2019
dispatch(historyPush({
...params,
state: {
preventA11yFocus: true,
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We should prevent focusing back button for pages, having a Tabbar. But other pages (where TabBar is hidden, we should focus back button.
There is a black list of such pages in components/TabBar/subscriptions.js to know if upcoming page has TabBar or not

@alexbridge alexbridge merged commit 8b1d3e3 into v6.10.0 Nov 19, 2019
@alexbridge alexbridge deleted the PWA-2363-a11y-tabbar branch November 19, 2019 15:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants