Accessibility focus - Xamarin

Xamarin Forms does not have built-in support for changing accessibility focus.

The SemanticExtensions file inside the Xamarin.CommunityToolkit contains the SetSemanticFocus method. It moves the accessibility focus to the given element on the native platform.

SemanticExtensions.SetSemanticFocus(element)