I am using popups in Android. While i turned on accessibility, focus of TalkBack also goes to dimmed background view. It supposed to stay on the popup only.
Expected behaviour - Focus supposed to stay on popup view only
Actual behaviour - Focus goes to background view as well. Breaking functionality of accessibility.
Answers
I wirte a demo, I got the same result.
Here is GIF use
DisplayAlert(title, message, buttonText);
to show the popUp.And I use
Rg.Plugins.Popup.Pages.PopupPage
to make a test, I got the same result.Then I test it in the Android studio. I get the same result like xamarin.Forms
I think this is not a issue, this is by design.