-
Notifications
You must be signed in to change notification settings - Fork 41
voiceover changes #1338
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
Closed
Closed
voiceover changes #1338
Changes from 2 commits
Commits
Show all changes
3 commits
Select commit
Hold shift + click to select a range
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
| @@ -0,0 +1,127 @@ | ||||||
| --- | ||||||
| id: screen-reader-voiceover-real-devices-app | ||||||
| title: Screen Reader (VoiceOver) on iOS Devices | ||||||
| sidebar_label: Screen Reader (VoiceOver) | ||||||
| description: Test your app's accessibility with LambdaTest's Screen Reader (VoiceOver). Navigate through app elements with spoken descriptions on real iOS devices, ensuring compliance with WCAG standards. | ||||||
| keywords: | ||||||
| - screen reader | ||||||
| - voiceover | ||||||
| - accessibility | ||||||
| - app testing | ||||||
| - real devices | ||||||
| url: https://www.lambdatest.com/support/docs/screen-reader-voiceover-real-devices-app/ | ||||||
| site_name: LambdaTest | ||||||
| slug: screen-reader-voiceover-real-devices-app/ | ||||||
| --- | ||||||
|
|
||||||
| import CodeBlock from '@theme/CodeBlock'; | ||||||
| import {YOUR_LAMBDATEST_USERNAME, YOUR_LAMBDATEST_ACCESS_KEY} from "@site/src/component/keys"; | ||||||
|
|
||||||
| import Tabs from '@theme/Tabs'; | ||||||
| import TabItem from '@theme/TabItem'; | ||||||
|
|
||||||
| <script type="application/ld+json" | ||||||
| dangerouslySetInnerHTML={{ __html: JSON.stringify({ | ||||||
| "@context": "https://schema.org", | ||||||
| "@type": "BreadcrumbList", | ||||||
| "itemListElement": [{ | ||||||
| "@type": "ListItem", | ||||||
| "position": 1, | ||||||
| "name": "Home", | ||||||
| "item": "https://www.lambdatest.com" | ||||||
| },{ | ||||||
| "@type": "ListItem", | ||||||
| "position": 2, | ||||||
| "name": "Support", | ||||||
| "item": "https://www.lambdatest.com/support/docs/" | ||||||
| },{ | ||||||
| "@type": "ListItem", | ||||||
| "position": 3, | ||||||
| "name": "Screen Reader on Real Devices App", | ||||||
| "item": "https://www.lambdatest.com/support/docs/screen-reader-voiceover-real-devices-app/" | ||||||
| }] | ||||||
| }) | ||||||
| }} | ||||||
| ></script> | ||||||
|
|
||||||
| Manual accessibility testing ensures that your app or website is fully accessible and compliant with Web Content Accessibility Guidelines (WCAG). With iOS VoiceOver feature on LambdaTest, you can test the accessibility of your website on supported real iOS devices. | ||||||
|
|
||||||
| Ensuring accessibility with VoiceOver is essential for creating inclusive digital experiences that accommodate users with visual impairments. VoiceOver provides spoken feedback, allowing users to navigate, interact, and understand UI elements without relying on visual cues. | ||||||
|
|
||||||
| > This feature is currently in **Closed Beta** | ||||||
|
|
||||||
|
|
||||||
| ## Accessing Screen Reader in Real Device App Testing | ||||||
|
|
||||||
| **Step 1:** Click on the **Real Devices** > **App Testing** | ||||||
|
|
||||||
| **Step 2:** Select a supported **iOS device** from the list. Supported devices will have an `Accessibility` icon next to them as shown below. | ||||||
|
|
||||||
| <img loading="lazy" src={require('../assets/images/real-device-app-testing/talkback.png').default} className="doc_img"/> | ||||||
|
|
||||||
| **Step 3:** Click on the **screen reader** option from toolbar and use toggle to enable and disable talkBack feature on your device. | ||||||
|
|
||||||
| <img loading="lazy" src={require('../assets/images/real-device-app-testing/talkback.png').default} className="doc_img"/> | ||||||
|
|
||||||
| > Make sure your system's audio is turned on to hear the spoken descriptions provided by VoiceOver. | ||||||
|
|
||||||
| ## Supported Devices | ||||||
|
|
||||||
| The VoiceOver feature is currently supported on select real iOS devices, allowing accurate accessibility testing. Below is the list of supported devices, with more being added over time to enhance accessibility coverage: | ||||||
|
|
||||||
| | Device | iOS Version | | ||||||
| |--------|--------------| | ||||||
| | iPhone 15 | iOS 17 | | ||||||
| | iPhone 16 | iOS 18 | | ||||||
| | iPhone 15 Pro | iOS 17 | | ||||||
|
|
||||||
|
|
||||||
| --- | ||||||
| ## How to Navigate using Keyboard Shortcuts | ||||||
|
|
||||||
| The navigation behavior on iOS—such as moving to the next or previous element, auto-reading from the start of the page, and interacting with UI elements—can be performed using either touch gestures or keyboard shortcuts when **VoiceOver** is enabled. | ||||||
|
||||||
| The navigation behavior on iOS—such as moving to the next or previous element, auto-reading from the start of the page, and interacting with UI elements—can be performed using either touch gestures or keyboard shortcuts when **VoiceOver** is enabled. | |
| The navigation behavior on iOS—such as moving to the next or previous element, auto-reading from the start of the page, and interacting with UI elements—can be performed using either keyboard shortcuts when **VoiceOver** is enabled. |
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.