Skip to content

Commit

Permalink
fix-small-typo-in-docs
Browse files Browse the repository at this point in the history
  • Loading branch information
shail-mehta committed Mar 17, 2024
1 parent 9f79f44 commit 91ecfd6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/talkback-guidelines.md
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ To make a view focusable for accessible you can utilize :

#### Focus Guidelines
* It is important that you manage how focus is being set. Ensure you don't confuse keyboard focus/input focus with accessibility focus, as you can end up in a situation where you set `focusable` to true for accessibility reasons and it impacts the user experience for users using the app without TalkBack.
* Do not attempt to force TalkBack to focus on a specific view, as it breaks predictable navigation and you might make the app more inaccessible. TalkBack also attaches itself late in the activity lifecyle so it might be difficult to get this to work properly without a hacky solution.
* Do not attempt to force TalkBack to focus on a specific view, as it breaks predictable navigation and you might make the app more inaccessible. TalkBack also attaches itself late in the activity lifecycle so it might be difficult to get this to work properly without a hacky solution.

### <a name="horizontal-scrolling"></a>Horizontal Scrolling

Expand Down

0 comments on commit 91ecfd6

Please sign in to comment.