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
{{ message }}
This repository was archived by the owner on May 1, 2024. It is now read-only.
Ideally, your app should not manipulate content ordering whatsoever - should you really need to, however, we recommend checking out SemanticOrderView from the XamarinCommunityToolkit, which has already proven to be a more accessible alternative.
If you haven't already, I also recommend updating to the latest version Xamarin.Forms or at least to Xamarin.Forms 5.0.0.2083, which has many accessibility improvements. These improvements include an experimental accessibility flag that addresses a lot of improvements in Android accessibility.
To leverage this flag on the latest versions of Xamarin Forms, the following code can be inserted in the App.xaml.cs file, following the InitializeComponent call and before the MainPage is set: Xamarin.Forms.Device.SetFlags(new List<string> { "Accessibility_Experimental"});
Description
TabIndex ignored in Xamarin.Forms for Mac
Steps to Reproduce
Expected Behavior
Order should be entry1, entry3 and then entry2
Actual Behavior
Order is as expressed, so entry1, entry2 and entry3
Basic Information
Screenshots
Reproduction Link
XF4iOSAndroidMacDemo.zip
Workaround
None
The text was updated successfully, but these errors were encountered: