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

Allow overriding the internal screenReaerEnabled value #148

Merged
merged 6 commits into from
Feb 2, 2025

Conversation

UdaySravanK
Copy link
Owner

@UdaySravanK UdaySravanK commented Feb 1, 2025

  • screenReaderEnabled value is always setting to true when running the web app. This is breaking the swipe functionality. Removed the 'disable swipe move' gesture when a11y enabled.
  • Detecting the screen reader status across platforms is inconsistent and unreliable. So, exposing this value to give control to higher level components.
  • Add more test case

Assets

Web Demo

Test Coverage change

Before

After

@UdaySravanK UdaySravanK merged commit 509c902 into master Feb 2, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant