This repository was archived by the owner on May 1, 2024. It is now read-only.
[Bug] Xamarin Forms Accessibility for the Layout<View> child ContentView label text not working. #13796
Labels
a/a11y 🔍
a/label
s/needs-info ❓
A question has been asked that requires an answer before work can continue on this issue.
t/bug 🐛
Description
We have created a custom Layout to add the ContentView Label when select the view label text not accessible.
[XAML]
[C#]
If enable IsInAccessibleTreeProperty for both the CustomView and ContentView. The voice over will be only Label text.
Expected Behavior
While select the view the voice over should be LabelText + LayoutItem 1 of 1.
Actual Behavior
The child view text not accessible.
Basic Information
XF version 4.8
Environment
Visual Studio 2019
Screenshots
Sample LInk
Accessibilitydemo.zip
The text was updated successfully, but these errors were encountered: