You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Issue:
When having any type of ContentView inside of the CarouselView, the AutomationProperties for accessibility are not being read to the user on iOS. Android works as expected and reads the text to the user. Have not tried UWP
Expected:
When specifying AutomationProperties, the text should be read aloud to the user that needs it for accessibility purposes.
Example:
<ContentView or Button or Label or Image etc.
AutomationProperties.HelpText="This is the action"
AutomationProperties.IsInAccessibleTree="True"
AutomationProperties.Name="This should be spoken as the phrase"BackgroundColor="Green"HeightRequest="100"/>
On Android, "This should be spoken as the phrase" is spoken to the user correctly.
On iOS, nothing is spoken to the user.
Steps to Reproduce
Create a blank Xamarin.Forms solution
Do the proper steps to set up the CarouselView package
Add an ItemsSource with some type of content view
Add AutomationProperties to each view in the ItemsSource
I am running Xamarin.Forms 3.4.0.1009999 and the latest version of the CarouselView package.
If needed, I can upload a reproduction solution.
The text was updated successfully, but these errors were encountered:
Here is a reproduction solution for Xamarin.Forms 4.0.0.425677. I didn't test Android in this solution due to not currently having a device to test on. Coworkers using them currently. There is two items in the CarouselView. Both have automation properties on them, but neither of them are spoken in VoiceOver on iOS.
Platform(s): iOS
Issue:
When having any type of ContentView inside of the CarouselView, the AutomationProperties for accessibility are not being read to the user on iOS. Android works as expected and reads the text to the user.
Have not tried UWP
Expected:
When specifying AutomationProperties, the text should be read aloud to the user that needs it for accessibility purposes.
Example:
On Android, "This should be spoken as the phrase" is spoken to the user correctly.
On iOS, nothing is spoken to the user.
Steps to Reproduce
I am running Xamarin.Forms 3.4.0.1009999 and the latest version of the CarouselView package.
If needed, I can upload a reproduction solution.
The text was updated successfully, but these errors were encountered: