We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 03e0b63 commit 24aee99Copy full SHA for 24aee99
Rg.Plugins.Popup/Platforms/Android/Impl/PopupPlatformDroid.cs
@@ -103,7 +103,7 @@ static void HandleAccessibilityWorkaround(PopupPage page)
103
{
104
var navCount = XApplication.Current.MainPage.Navigation.NavigationStack.Count;
105
var modalCount = XApplication.Current.MainPage.Navigation.ModalStack.Count;
106
- XApplication.Current.MainPage.GetOrCreateRenderer().View.ImportantForAccessibility = ImportantForAccessibility.NoHideDescendants;
+ XApplication.Current.MainPage.GetOrCreateRenderer().View.ImportantForAccessibility = ImportantForAccessibility.Auto;
107
108
if (navCount > 0)
109
0 commit comments