xamarin / Xamarin.Forms

Xamarin.Forms is no longer supported. Migrate your apps to .NET MAUI.
https://aka.ms/xamarin-upgrade
Other
5.62k stars 1.87k forks source link

[Bug] Accessibility - voiceover not responding as expected in swipeviewitems - Xamarin.forms iOS #13933

Open jaisont07 opened 3 years ago

jaisont07 commented 3 years ago

Description

The UI and commands are working fine both in iOS and android. But the accessibility Voice over is not working in iOS.. Also the talkback is working fine for both the swipeitems in Android.

Steps to Reproduce

add a swipeview inside the itemplate of a bindablelayout and add two or more swipeitems into it. It behaves oddly with the accessibility turned on

Expected Behavior

Once the voice over is turned on it should talk back the added text.

Actual Behavior

Its working fine in android. But in iOS, the swipeitems are not responding back as expected. Only one item is recognised and that too talks back some different text.

Basic Information

Environment

Show/Hide Visual Studio info ``` ```
jaisont07 commented 3 years ago

swipeviewtest.zip Here is a sample with the swipeview. Tried out with xamarin.forms v5.0.0.1874. still the same issue.. The button are accessible once it within a listview.. But the listview has got its own set of issues like occupying more than expected space...