Ionic capacitor using blocked aria-hidden issue

Blocked aria-hidden on an element because its descendant retained focus. The focus must not be hidden from assistive technology users. Avoid using aria-hidden on a focused element or its ancestor. Consider using the inert attribute instead, which will also prevent focus. For more details, see the aria-hidden section of the WAI-ARIA specification at Accessible Rich Internet Applications (WAI-ARIA) 1.3.
Element with focus: button

2 Likes

There is a related issue over here - bug: Accessibility issue - ion-popover has aria-hidden error when dismissed · Issue #30040 · ionic-team/ionic-framework · GitHub